Html Css Color HEX #0FBFE5 Deep Sky Blue

📋 copy color: '#0FBFE5'

red 15 ◦ green 191 ◦ blue 229

#0FBFE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #0FBFE5

Tints of Deep Sky Blue #0FBFE5

RGB

 RED value IS 15 (6.25% from 255) = 3.45%

 GREEN value IS 191 (75% from 255) = 43.91%

 BLUE value IS 229 (89.84% from 255) = 52.64%

R = 3.45%
G = 43.91%
B = 52.64%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0FBFE5 (or 0x0FBFE5) is known color: Deep Sky Blue. HEX triplet: 0F, BF and E5. RGB value is (15,191,229). Sum of RGB (Red+Green+Blue) = 15+191+229=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #0FBFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBFE5 is #F0401A. Grayscale: #8E8E8E. Windows color (decimal): -15745051 or 15056655. OLE color: 15056655.

HSL color Cylindrical-coordinate representation of color #0FBFE5: hue angle of 190.65º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBFE5 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 15 191 229 -
CMYK 0.93 0.17 0 0.10
HSL 190.65º 0.88% 0.48% -
HSV(B) 190.65º 0.93% 0.9% -
XYZ 32.97 43.02 80.69 -
YUV 142.71 176.69 36.91 -
System Red Green Blue C M Y K H S L
Decimal 15 191 229 0.93 0.17 0 0.10 190.65 0.88 0.48
Hex F BF E5 5D 11 0 A BF 58 30
Octal 17 277 345 135 21 0 12 277 130 60
Binary 1111 10111111 11100101 1011101 10001 0 1010 10111111 1011000 110000

Color Harmonies of #0FBFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBFE5

Black with #0FBFE5

Text Example


Text Example

White with #0FBFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FBFE5; }

 p { color: rgb(15,191,229); }

 H1.HeaderClassName
 {
   color: #0FBFE5;
 }
 .AnyTagClassName
 {
   color: #0FBFE5;
 }
</style>

background-color css

<style>
 a { background-color: #0FBFE5; }

 a { background-color: rgb(15,191,229); }

 div.DivClassName
 {
   background-color: #0FBFE5;
 }
 .BgClassName
 {
   background-color: #0FBFE5;
 }
</style>

border-color css

<style>
 span { border-color: #0FBFE5; }

 span { border-color: rgb(15,191,229); }

 td.TdClassName
 {
   border-color: #0FBFE5;
 }
 .TagClassName
 {
   border-color: #0FBFE5;
 }
</style>