Html Css Color HEX #03CCEA Deep Sky Blue

📋 copy color: '#03CCEA'

red 3 ◦ green 204 ◦ blue 234

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

Shades of Deep Sky Blue #03CCEA

Tints of Deep Sky Blue #03CCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.26%

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

R = 0.68%
G = 46.26%
B = 53.06%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#03CCEA (or 0x03CCEA) is known color: Deep Sky Blue. HEX triplet: 03, CC and EA. RGB value is (3,204,234). Sum of RGB (Red+Green+Blue) = 3+204+234=441 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #03CCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CCEA is #FC3315. Grayscale: #939393. Windows color (decimal): -16528150 or 15387651. OLE color: 15387651.

HSL color Cylindrical-coordinate representation of color #03CCEA: hue angle of 187.79º 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 #03CCEA is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 204 234 -
CMYK 0.99 0.13 0 0.08
HSL 187.79º 0.97% 0.46% -
HSV(B) 187.79º 0.99% 0.92% -
XYZ 36.48 49.15 85.41 -
YUV 147.32 176.91 25.06 -
System Red Green Blue C M Y K H S L
Decimal 3 204 234 0.99 0.13 0 0.08 187.79 0.97 0.46
Hex 3 CC EA 63 D 0 8 BC 61 2E
Octal 3 314 352 143 15 0 10 274 141 56
Binary 11 11001100 11101010 1100011 1101 0 1000 10111100 1100001 101110

Color Harmonies of #03CCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CCEA

Black with #03CCEA

Text Example


Text Example

White with #03CCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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