Html Css Color HEX #0FC9EB Deep Sky Blue

📋 copy color: '#0FC9EB'

red 15 ◦ green 201 ◦ blue 235

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

Shades of Deep Sky Blue #0FC9EB

Tints of Deep Sky Blue #0FC9EB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.57%

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 3.33%
G = 44.57%
B = 52.11%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FC9EB (or 0x0FC9EB) is known color: Deep Sky Blue. HEX triplet: 0F, C9 and EB. RGB value is (15,201,235). Sum of RGB (Red+Green+Blue) = 15+201+235=451 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.33% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FC9EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC9EB is #F03614. Grayscale: #949494. Windows color (decimal): -15742485 or 15452431. OLE color: 15452431.

HSL color Cylindrical-coordinate representation of color #0FC9EB: hue angle of 189.27º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FC9EB is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 201 235 -
CMYK 0.94 0.14 0 0.08
HSL 189.27º 0.88% 0.49% -
HSV(B) 189.27º 0.94% 0.92% -
XYZ 36.08 47.87 85.94 -
YUV 149.26 176.38 32.24 -
System Red Green Blue C M Y K H S L
Decimal 15 201 235 0.94 0.14 0 0.08 189.27 0.88 0.49
Hex F C9 EB 5E E 0 8 BD 58 31
Octal 17 311 353 136 16 0 10 275 130 61
Binary 1111 11001001 11101011 1011110 1110 0 1000 10111101 1011000 110001

Color Harmonies of #0FC9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC9EB

Black with #0FC9EB

Text Example


Text Example

White with #0FC9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,201,235); }

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

background-color css

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

 a { background-color: rgb(15,201,235); }

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

border-color css

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

 span { border-color: rgb(15,201,235); }

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