Html Css Color HEX #09C0FE Deep Sky Blue

📋 copy color: '#09C0FE'

red 9 ◦ green 192 ◦ blue 254

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

Shades of Deep Sky Blue #09C0FE

Tints of Deep Sky Blue #09C0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.2%

 BLUE value IS 254 (99.61% from 255) = 55.82%

R = 1.98%
G = 42.2%
B = 55.82%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#09C0FE (or 0x09C0FE) is known color: Deep Sky Blue. HEX triplet: 09, C0 and FE. RGB value is (9,192,254). Sum of RGB (Red+Green+Blue) = 9+192+254=455 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #09C0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09C0FE is #F63F01. Grayscale: #8F8F8F. Windows color (decimal): -16137986 or 16695305. OLE color: 16695305.

HSL color Cylindrical-coordinate representation of color #09C0FE: hue angle of 195.18º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C0FE is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 9 192 254 -
CMYK 0.96 0.24 0 0.00
HSL 195.18º 0.99% 0.52% -
HSV(B) 195.18º 0.96% 1% -
XYZ 36.85 44.91 100.49 -
YUV 144.35 189.87 31.46 -
System Red Green Blue C M Y K H S L
Decimal 9 192 254 0.96 0.24 0 0.00 195.18 0.99 0.52
Hex 9 C0 FE 60 18 0 0 C3 63 34
Octal 11 300 376 140 30 0 0 303 143 64
Binary 1001 11000000 11111110 1100000 11000 0 0 11000011 1100011 110100

Color Harmonies of #09C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C0FE

Black with #09C0FE

Text Example


Text Example

White with #09C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,192,254); }

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

background-color css

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

 a { background-color: rgb(9,192,254); }

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

border-color css

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

 span { border-color: rgb(9,192,254); }

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