Html Css Color HEX #09CDF2 Deep Sky Blue

📋 copy color: '#09CDF2'

red 9 ◦ green 205 ◦ blue 242

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

Shades of Deep Sky Blue #09CDF2

Tints of Deep Sky Blue #09CDF2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.96%

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

R = 1.97%
G = 44.96%
B = 53.07%

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

#09CDF2 (or 0x09CDF2) is known color: Deep Sky Blue. HEX triplet: 09, CD and F2. RGB value is (9,205,242). Sum of RGB (Red+Green+Blue) = 9+205+242=456 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #09CDF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CDF2 is #F6320D. Grayscale: #969696. Windows color (decimal): -16134670 or 15912201. OLE color: 15912201.

HSL color Cylindrical-coordinate representation of color #09CDF2: hue angle of 189.53º 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 #09CDF2 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 205 242 -
CMYK 0.96 0.15 0 0.05
HSL 189.53º 0.93% 0.49% -
HSV(B) 189.53º 0.96% 0.95% -
XYZ 37.97 50.13 91.68 -
YUV 150.61 179.57 26.99 -
System Red Green Blue C M Y K H S L
Decimal 9 205 242 0.96 0.15 0 0.05 189.53 0.93 0.49
Hex 9 CD F2 60 F 0 5 BE 5D 31
Octal 11 315 362 140 17 0 5 276 135 61
Binary 1001 11001101 11110010 1100000 1111 0 101 10111110 1011101 110001

Color Harmonies of #09CDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CDF2

Black with #09CDF2

Text Example


Text Example

White with #09CDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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