Html Css Color HEX #09CCF5 Deep Sky Blue

📋 copy color: '#09CCF5'

red 9 ◦ green 204 ◦ blue 245

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

Shades of Deep Sky Blue #09CCF5

Tints of Deep Sky Blue #09CCF5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.54%

 BLUE value IS 245 (96.09% from 255) = 53.49%

R = 1.97%
G = 44.54%
B = 53.49%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#09CCF5 (or 0x09CCF5) is known color: Deep Sky Blue. HEX triplet: 09, CC and F5. RGB value is (9,204,245). Sum of RGB (Red+Green+Blue) = 9+204+245=458 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 245 (96.09% from 255 or 53.49% from 458); Max value from RGB is 245 - color contains mainly: blue. Hex color #09CCF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CCF5 is #F6330A. Grayscale: #969696. Windows color (decimal): -16134923 or 16108553. OLE color: 16108553.

HSL color Cylindrical-coordinate representation of color #09CCF5: hue angle of 190.42º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CCF5 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 204 245 -
CMYK 0.96 0.17 0 0.04
HSL 190.42º 0.93% 0.5% -
HSV(B) 190.42º 0.96% 0.96% -
XYZ 38.19 49.84 93.99 -
YUV 150.37 181.4 27.17 -
System Red Green Blue C M Y K H S L
Decimal 9 204 245 0.96 0.17 0 0.04 190.42 0.93 0.5
Hex 9 CC F5 60 11 0 4 BE 5D 32
Octal 11 314 365 140 21 0 4 276 135 62
Binary 1001 11001100 11110101 1100000 10001 0 100 10111110 1011101 110010

Color Harmonies of #09CCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CCF5

Black with #09CCF5

Text Example


Text Example

White with #09CCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,204,245); }

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

background-color css

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

 a { background-color: rgb(9,204,245); }

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

border-color css

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

 span { border-color: rgb(9,204,245); }

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