Html Css Color HEX #03C0EF Deep Sky Blue

📋 copy color: '#03C0EF'

red 3 ◦ green 192 ◦ blue 239

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

Shades of Deep Sky Blue #03C0EF

Tints of Deep Sky Blue #03C0EF

RGB

 RED value IS 3 (1.56% from 255) = 0.69%

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

 BLUE value IS 239 (93.75% from 255) = 55.07%

R = 0.69%
G = 44.24%
B = 55.07%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#03C0EF (or 0x03C0EF) is known color: Deep Sky Blue. HEX triplet: 03, C0 and EF. RGB value is (3,192,239). Sum of RGB (Red+Green+Blue) = 3+192+239=434 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #03C0EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C0EF is #FC3F10. Grayscale: #8C8C8C. Windows color (decimal): -16531217 or 15712259. OLE color: 15712259.

HSL color Cylindrical-coordinate representation of color #03C0EF: hue angle of 191.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C0EF is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 192 239 -
CMYK 0.99 0.20 0 0.06
HSL 191.95º 0.98% 0.47% -
HSV(B) 191.95º 0.99% 0.94% -
XYZ 34.47 43.95 88.33 -
YUV 140.85 183.38 29.68 -
System Red Green Blue C M Y K H S L
Decimal 3 192 239 0.99 0.20 0 0.06 191.95 0.98 0.47
Hex 3 C0 EF 63 14 0 6 C0 62 2F
Octal 3 300 357 143 24 0 6 300 142 57
Binary 11 11000000 11101111 1100011 10100 0 110 11000000 1100010 101111

Color Harmonies of #03C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C0EF

Black with #03C0EF

Text Example


Text Example

White with #03C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03C0EF; }

 p { color: rgb(3,192,239); }

 H1.HeaderClassName
 {
   color: #03C0EF;
 }
 .AnyTagClassName
 {
   color: #03C0EF;
 }
</style>

background-color css

<style>
 a { background-color: #03C0EF; }

 a { background-color: rgb(3,192,239); }

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

border-color css

<style>
 span { border-color: #03C0EF; }

 span { border-color: rgb(3,192,239); }

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