Html Css Color HEX #03CCED Deep Sky Blue

📋 copy color: '#03CCED'

red 3 ◦ green 204 ◦ blue 237

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

Shades of Deep Sky Blue #03CCED

Tints of Deep Sky Blue #03CCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.38%

R = 0.68%
G = 45.95%
B = 53.38%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#03CCED (or 0x03CCED) is known color: Deep Sky Blue. HEX triplet: 03, CC and ED. RGB value is (3,204,237). Sum of RGB (Red+Green+Blue) = 3+204+237=444 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #03CCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CCED is #FC3312. Grayscale: #939393. Windows color (decimal): -16528147 or 15584259. OLE color: 15584259.

HSL color Cylindrical-coordinate representation of color #03CCED: hue angle of 188.46º degrees, saturation: 0.98, 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 #03CCED is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 204 237 -
CMYK 0.99 0.14 0 0.07
HSL 188.46º 0.98% 0.47% -
HSV(B) 188.46º 0.99% 0.93% -
XYZ 36.92 49.32 87.69 -
YUV 147.66 178.41 24.82 -
System Red Green Blue C M Y K H S L
Decimal 3 204 237 0.99 0.14 0 0.07 188.46 0.98 0.47
Hex 3 CC ED 63 E 0 7 BC 62 2F
Octal 3 314 355 143 16 0 7 274 142 57
Binary 11 11001100 11101101 1100011 1110 0 111 10111100 1100010 101111

Color Harmonies of #03CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CCED

Black with #03CCED

Text Example


Text Example

White with #03CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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