Html Css Color HEX #09CAFF Deep Sky Blue

📋 copy color: '#09CAFF'

red 9 ◦ green 202 ◦ blue 255

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

Shades of Deep Sky Blue #09CAFF

Tints of Deep Sky Blue #09CAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.35%

 BLUE value IS 255 (100% from 255) = 54.72%

R = 1.93%
G = 43.35%
B = 54.72%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#09CAFF (or 0x09CAFF) is known color: Deep Sky Blue. HEX triplet: 09, CA and FF. RGB value is (9,202,255). Sum of RGB (Red+Green+Blue) = 9+202+255=466 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.93% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #09CAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CAFF is #F63500. Grayscale: #959595. Windows color (decimal): -16135425 or 16763401. OLE color: 16763401.

HSL color Cylindrical-coordinate representation of color #09CAFF: hue angle of 192.93º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CAFF is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 202 255 -
CMYK 0.96 0.21 0 0
HSL 192.93º 1% 0.52% -
HSV(B) 192.93º 0.96% 1% -
XYZ 39.28 49.52 102.1 -
YUV 150.34 187.06 27.19 -
System Red Green Blue C M Y K H S L
Decimal 9 202 255 0.96 0.21 0 0 192.93 1 0.52
Hex 9 CA FF 60 15 0 0 C1 64 34
Octal 11 312 377 140 25 0 0 301 144 64
Binary 1001 11001010 11111111 1100000 10101 0 0 11000001 1100100 110100

Color Harmonies of #09CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CAFF

Black with #09CAFF

Text Example


Text Example

White with #09CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,202,255); }

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

background-color css

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

 a { background-color: rgb(9,202,255); }

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

border-color css

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

 span { border-color: rgb(9,202,255); }

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