Html Css Color HEX #09C2FC Deep Sky Blue

📋 copy color: '#09C2FC'

red 9 ◦ green 194 ◦ blue 252

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

Shades of Deep Sky Blue #09C2FC

Tints of Deep Sky Blue #09C2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.38%

R = 1.98%
G = 42.64%
B = 55.38%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#09C2FC (or 0x09C2FC) is known color: Deep Sky Blue. HEX triplet: 09, C2 and FC. RGB value is (9,194,252). Sum of RGB (Red+Green+Blue) = 9+194+252=455 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #09C2FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09C2FC is #F63D03. Grayscale: #909090. Windows color (decimal): -16137476 or 16564745. OLE color: 16564745.

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

Color convert

RGB 9 194 252 -
CMYK 0.96 0.23 0 0.01
HSL 194.32º 0.98% 0.51% -
HSV(B) 194.32º 0.96% 0.99% -
XYZ 36.98 45.67 98.96 -
YUV 145.3 188.21 30.78 -
System Red Green Blue C M Y K H S L
Decimal 9 194 252 0.96 0.23 0 0.01 194.32 0.98 0.51
Hex 9 C2 FC 60 17 0 1 C2 62 33
Octal 11 302 374 140 27 0 1 302 142 63
Binary 1001 11000010 11111100 1100000 10111 0 1 11000010 1100010 110011

Color Harmonies of #09C2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C2FC

Black with #09C2FC

Text Example


Text Example

White with #09C2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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