Html Css Color HEX #09C2FA Deep Sky Blue

📋 copy color: '#09C2FA'

red 9 ◦ green 194 ◦ blue 250

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

Shades of Deep Sky Blue #09C2FA

Tints of Deep Sky Blue #09C2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.83%

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

R = 1.99%
G = 42.83%
B = 55.19%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#09C2FA (or 0x09C2FA) is known color: Deep Sky Blue. HEX triplet: 09, C2 and FA. RGB value is (9,194,250). Sum of RGB (Red+Green+Blue) = 9+194+250=453 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #09C2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09C2FA is #F63D05. Grayscale: #909090. Windows color (decimal): -16137478 or 16433673. OLE color: 16433673.

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

Color convert

RGB 9 194 250 -
CMYK 0.96 0.22 0 0.02
HSL 193.94º 0.96% 0.51% -
HSV(B) 193.94º 0.96% 0.98% -
XYZ 36.66 45.54 97.3 -
YUV 145.07 187.21 30.95 -
System Red Green Blue C M Y K H S L
Decimal 9 194 250 0.96 0.22 0 0.02 193.94 0.96 0.51
Hex 9 C2 FA 60 16 0 2 C2 60 33
Octal 11 302 372 140 26 0 2 302 140 63
Binary 1001 11000010 11111010 1100000 10110 0 10 11000010 1100000 110011

Color Harmonies of #09C2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C2FA

Black with #09C2FA

Text Example


Text Example

White with #09C2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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