Html Css Color HEX #09CEF2 Deep Sky Blue

📋 copy color: '#09CEF2'

red 9 ◦ green 206 ◦ blue 242

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

Shades of Deep Sky Blue #09CEF2

Tints of Deep Sky Blue #09CEF2

RGB

 RED value IS 9 (3.91% from 255) = 1.97%

 GREEN value IS 206 (80.86% from 255) = 45.08%

 BLUE value IS 242 (94.92% from 255) = 52.95%

R = 1.97%
G = 45.08%
B = 52.95%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#09CEF2 (or 0x09CEF2) is known color: Deep Sky Blue. HEX triplet: 09, CE and F2. RGB value is (9,206,242). Sum of RGB (Red+Green+Blue) = 9+206+242=457 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 242 (94.92% from 255 or 52.95% from 457); Max value from RGB is 242 - color contains mainly: blue. Hex color #09CEF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CEF2 is #F6310D. Grayscale: #969696. Windows color (decimal): -16134414 or 15912457. OLE color: 15912457.

HSL color Cylindrical-coordinate representation of color #09CEF2: hue angle of 189.27º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CEF2 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 206 242 -
CMYK 0.96 0.15 0 0.05
HSL 189.27º 0.93% 0.49% -
HSV(B) 189.27º 0.96% 0.95% -
XYZ 38.21 50.61 91.76 -
YUV 151.2 179.23 26.57 -
System Red Green Blue C M Y K H S L
Decimal 9 206 242 0.96 0.15 0 0.05 189.27 0.93 0.49
Hex 9 CE F2 60 F 0 5 BD 5D 31
Octal 11 316 362 140 17 0 5 275 135 61
Binary 1001 11001110 11110010 1100000 1111 0 101 10111101 1011101 110001

Color Harmonies of #09CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CEF2

Black with #09CEF2

Text Example


Text Example

White with #09CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09CEF2; }

 p { color: rgb(9,206,242); }

 H1.HeaderClassName
 {
   color: #09CEF2;
 }
 .AnyTagClassName
 {
   color: #09CEF2;
 }
</style>

background-color css

<style>
 a { background-color: #09CEF2; }

 a { background-color: rgb(9,206,242); }

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

border-color css

<style>
 span { border-color: #09CEF2; }

 span { border-color: rgb(9,206,242); }

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