Html Css Color HEX #03C2EA Deep Sky Blue

📋 copy color: '#03C2EA'

red 3 ◦ green 194 ◦ blue 234

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

Shades of Deep Sky Blue #03C2EA

Tints of Deep Sky Blue #03C2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 0.7%
G = 45.01%
B = 54.29%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#03C2EA (or 0x03C2EA) is known color: Deep Sky Blue. HEX triplet: 03, C2 and EA. RGB value is (3,194,234). Sum of RGB (Red+Green+Blue) = 3+194+234=431 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #03C2EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C2EA is #FC3D15. Grayscale: #8D8D8D. Windows color (decimal): -16530710 or 15385091. OLE color: 15385091.

HSL color Cylindrical-coordinate representation of color #03C2EA: hue angle of 190.39º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C2EA is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 194 234 -
CMYK 0.99 0.17 0 0.08
HSL 190.39º 0.97% 0.46% -
HSV(B) 190.39º 0.99% 0.92% -
XYZ 34.18 44.54 84.64 -
YUV 141.45 180.22 29.25 -
System Red Green Blue C M Y K H S L
Decimal 3 194 234 0.99 0.17 0 0.08 190.39 0.97 0.46
Hex 3 C2 EA 63 11 0 8 BE 61 2E
Octal 3 302 352 143 21 0 10 276 141 56
Binary 11 11000010 11101010 1100011 10001 0 1000 10111110 1100001 101110

Color Harmonies of #03C2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C2EA

Black with #03C2EA

Text Example


Text Example

White with #03C2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,194,234); }

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

background-color css

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

 a { background-color: rgb(3,194,234); }

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

border-color css

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

 span { border-color: rgb(3,194,234); }

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