Html Css Color HEX #03D6FF Deep Sky Blue

📋 copy color: '#03D6FF'

red 3 ◦ green 214 ◦ blue 255

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

Shades of Deep Sky Blue #03D6FF

Tints of Deep Sky Blue #03D6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.34%

 BLUE value IS 255 (100% from 255) = 54.03%

R = 0.64%
G = 45.34%
B = 54.03%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#03D6FF (or 0x03D6FF) is known color: Deep Sky Blue. HEX triplet: 03, D6 and FF. RGB value is (3,214,255). Sum of RGB (Red+Green+Blue) = 3+214+255=472 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #03D6FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D6FF is #FC2900. Grayscale: #9B9B9B. Windows color (decimal): -16525569 or 16766467. OLE color: 16766467.

HSL color Cylindrical-coordinate representation of color #03D6FF: hue angle of 189.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D6FF is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 3 214 255 -
CMYK 0.99 0.16 0 0
HSL 189.76º 1% 0.51% -
HSV(B) 189.76º 0.99% 1% -
XYZ 42.13 55.33 103.07 -
YUV 155.59 184.1 19.17 -
System Red Green Blue C M Y K H S L
Decimal 3 214 255 0.99 0.16 0 0 189.76 1 0.51
Hex 3 D6 FF 63 10 0 0 BE 64 33
Octal 3 326 377 143 20 0 0 276 144 63
Binary 11 11010110 11111111 1100011 10000 0 0 10111110 1100100 110011

Color Harmonies of #03D6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D6FF

Black with #03D6FF

Text Example


Text Example

White with #03D6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,214,255); }

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

background-color css

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

 a { background-color: rgb(3,214,255); }

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

border-color css

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

 span { border-color: rgb(3,214,255); }

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