Html Css Color HEX #09DCFA Deep Sky Blue

📋 copy color: '#09DCFA'

red 9 ◦ green 220 ◦ blue 250

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

Shades of Deep Sky Blue #09DCFA

Tints of Deep Sky Blue #09DCFA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.93%

 BLUE value IS 250 (98.05% from 255) = 52.19%

R = 1.88%
G = 45.93%
B = 52.19%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#09DCFA (or 0x09DCFA) is known color: Deep Sky Blue. HEX triplet: 09, DC and FA. RGB value is (9,220,250). Sum of RGB (Red+Green+Blue) = 9+220+250=479 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #09DCFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DCFA is #F62305. Grayscale: #9F9F9F. Windows color (decimal): -16130822 or 16440329. OLE color: 16440329.

HSL color Cylindrical-coordinate representation of color #09DCFA: hue angle of 187.47º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DCFA is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 220 250 -
CMYK 0.96 0.12 0 0.02
HSL 187.47º 0.96% 0.51% -
HSV(B) 187.47º 0.96% 0.98% -
XYZ 42.96 58.15 99.4 -
YUV 160.33 178.6 20.06 -
System Red Green Blue C M Y K H S L
Decimal 9 220 250 0.96 0.12 0 0.02 187.47 0.96 0.51
Hex 9 DC FA 60 C 0 2 BB 60 33
Octal 11 334 372 140 14 0 2 273 140 63
Binary 1001 11011100 11111010 1100000 1100 0 10 10111011 1100000 110011

Color Harmonies of #09DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DCFA

Black with #09DCFA

Text Example


Text Example

White with #09DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,220,250); }

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

background-color css

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

 a { background-color: rgb(9,220,250); }

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

border-color css

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

 span { border-color: rgb(9,220,250); }

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