Html Css Color HEX #03CEFD Deep Sky Blue

📋 copy color: '#03CEFD'

red 3 ◦ green 206 ◦ blue 253

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

Shades of Deep Sky Blue #03CEFD

Tints of Deep Sky Blue #03CEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.76%

R = 0.65%
G = 44.59%
B = 54.76%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#03CEFD (or 0x03CEFD) is known color: Deep Sky Blue. HEX triplet: 03, CE and FD. RGB value is (3,206,253). Sum of RGB (Red+Green+Blue) = 3+206+253=462 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #03CEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CEFD is #FC3102. Grayscale: #969696. Windows color (decimal): -16527619 or 16633347. OLE color: 16633347.

HSL color Cylindrical-coordinate representation of color #03CEFD: hue angle of 191.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CEFD is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 206 253 -
CMYK 0.99 0.19 0 0.01
HSL 191.28º 0.98% 0.5% -
HSV(B) 191.28º 0.99% 0.99% -
XYZ 39.84 51.25 100.72 -
YUV 150.66 185.75 22.68 -
System Red Green Blue C M Y K H S L
Decimal 3 206 253 0.99 0.19 0 0.01 191.28 0.98 0.5
Hex 3 CE FD 63 13 0 1 BF 62 32
Octal 3 316 375 143 23 0 1 277 142 62
Binary 11 11001110 11111101 1100011 10011 0 1 10111111 1100010 110010

Color Harmonies of #03CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CEFD

Black with #03CEFD

Text Example


Text Example

White with #03CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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