Html Css Color HEX #03CEED Deep Sky Blue

📋 copy color: '#03CEED'

red 3 ◦ green 206 ◦ blue 237

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

Shades of Deep Sky Blue #03CEED

Tints of Deep Sky Blue #03CEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.19%

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

R = 0.67%
G = 46.19%
B = 53.14%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#03CEED (or 0x03CEED) is known color: Deep Sky Blue. HEX triplet: 03, CE and ED. RGB value is (3,206,237). Sum of RGB (Red+Green+Blue) = 3+206+237=446 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #03CEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CEED is #FC3112. Grayscale: #949494. Windows color (decimal): -16527635 or 15584771. OLE color: 15584771.

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

Color convert

RGB 3 206 237 -
CMYK 0.99 0.13 0 0.07
HSL 187.95º 0.98% 0.47% -
HSV(B) 187.95º 0.99% 0.93% -
XYZ 37.39 50.28 87.85 -
YUV 148.84 177.75 23.98 -
System Red Green Blue C M Y K H S L
Decimal 3 206 237 0.99 0.13 0 0.07 187.95 0.98 0.47
Hex 3 CE ED 63 D 0 7 BC 62 2F
Octal 3 316 355 143 15 0 7 274 142 57
Binary 11 11001110 11101101 1100011 1101 0 111 10111100 1100010 101111

Color Harmonies of #03CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CEED

Black with #03CEED

Text Example


Text Example

White with #03CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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