Html Css Color HEX #03CDEC Deep Sky Blue

📋 copy color: '#03CDEC'

red 3 ◦ green 205 ◦ blue 236

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

Shades of Deep Sky Blue #03CDEC

Tints of Deep Sky Blue #03CDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.17%

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

R = 0.68%
G = 46.17%
B = 53.15%

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

#03CDEC (or 0x03CDEC) is known color: Deep Sky Blue. HEX triplet: 03, CD and EC. RGB value is (3,205,236). Sum of RGB (Red+Green+Blue) = 3+205+236=444 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #03CDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CDEC is #FC3213. Grayscale: #939393. Windows color (decimal): -16527892 or 15518979. OLE color: 15518979.

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

Color convert

RGB 3 205 236 -
CMYK 0.99 0.13 0 0.07
HSL 187.98º 0.97% 0.47% -
HSV(B) 187.98º 0.99% 0.93% -
XYZ 37.01 49.74 87.01 -
YUV 148.14 177.58 24.48 -
System Red Green Blue C M Y K H S L
Decimal 3 205 236 0.99 0.13 0 0.07 187.98 0.97 0.47
Hex 3 CD EC 63 D 0 7 BC 61 2F
Octal 3 315 354 143 15 0 7 274 141 57
Binary 11 11001101 11101100 1100011 1101 0 111 10111100 1100001 101111

Color Harmonies of #03CDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CDEC

Black with #03CDEC

Text Example


Text Example

White with #03CDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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