Html Css Color HEX #09CBFE Deep Sky Blue

📋 copy color: '#09CBFE'

red 9 ◦ green 203 ◦ blue 254

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

Shades of Deep Sky Blue #09CBFE

Tints of Deep Sky Blue #09CBFE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.56%

 BLUE value IS 254 (99.61% from 255) = 54.51%

R = 1.93%
G = 43.56%
B = 54.51%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#09CBFE (or 0x09CBFE) is known color: Deep Sky Blue. HEX triplet: 09, CB and FE. RGB value is (9,203,254). Sum of RGB (Red+Green+Blue) = 9+203+254=466 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.93% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #09CBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CBFE is #F63401. Grayscale: #969696. Windows color (decimal): -16135170 or 16698121. OLE color: 16698121.

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

Color convert

RGB 9 203 254 -
CMYK 0.96 0.20 0 0.00
HSL 192.49º 0.99% 0.52% -
HSV(B) 192.49º 0.96% 1% -
XYZ 39.36 49.93 101.33 -
YUV 150.81 186.23 26.85 -
System Red Green Blue C M Y K H S L
Decimal 9 203 254 0.96 0.20 0 0.00 192.49 0.99 0.52
Hex 9 CB FE 60 14 0 0 C0 63 34
Octal 11 313 376 140 24 0 0 300 143 64
Binary 1001 11001011 11111110 1100000 10100 0 0 11000000 1100011 110100

Color Harmonies of #09CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CBFE

Black with #09CBFE

Text Example


Text Example

White with #09CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,203,254); }

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

background-color css

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

 a { background-color: rgb(9,203,254); }

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

border-color css

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

 span { border-color: rgb(9,203,254); }

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