Html Css Color HEX #03D0EC Deep Sky Blue

📋 copy color: '#03D0EC'

red 3 ◦ green 208 ◦ blue 236

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

Shades of Deep Sky Blue #03D0EC

Tints of Deep Sky Blue #03D0EC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.53%

 BLUE value IS 236 (92.58% from 255) = 52.8%

R = 0.67%
G = 46.53%
B = 52.8%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#03D0EC (or 0x03D0EC) is known color: Deep Sky Blue. HEX triplet: 03, D0 and EC. RGB value is (3,208,236). Sum of RGB (Red+Green+Blue) = 3+208+236=447 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #03D0EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D0EC is #FC2F13. Grayscale: #959595. Windows color (decimal): -16527124 or 15519747. OLE color: 15519747.

HSL color Cylindrical-coordinate representation of color #03D0EC: hue angle of 187.21º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D0EC is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 208 236 -
CMYK 0.99 0.12 0 0.07
HSL 187.21º 0.97% 0.47% -
HSV(B) 187.21º 0.99% 0.93% -
XYZ 37.73 51.19 87.25 -
YUV 149.9 176.58 23.22 -
System Red Green Blue C M Y K H S L
Decimal 3 208 236 0.99 0.12 0 0.07 187.21 0.97 0.47
Hex 3 D0 EC 63 C 0 7 BB 61 2F
Octal 3 320 354 143 14 0 7 273 141 57
Binary 11 11010000 11101100 1100011 1100 0 111 10111011 1100001 101111

Color Harmonies of #03D0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D0EC

Black with #03D0EC

Text Example


Text Example

White with #03D0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,208,236); }

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

background-color css

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

 a { background-color: rgb(3,208,236); }

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

border-color css

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

 span { border-color: rgb(3,208,236); }

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