Html Css Color HEX #03D6F7 Deep Sky Blue

📋 copy color: '#03D6F7'

red 3 ◦ green 214 ◦ blue 247

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

Shades of Deep Sky Blue #03D6F7

Tints of Deep Sky Blue #03D6F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 53.23%

R = 0.65%
G = 46.12%
B = 53.23%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#03D6F7 (or 0x03D6F7) is known color: Deep Sky Blue. HEX triplet: 03, D6 and F7. RGB value is (3,214,247). Sum of RGB (Red+Green+Blue) = 3+214+247=464 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #03D6F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D6F7 is #FC2908. Grayscale: #9A9A9A. Windows color (decimal): -16525577 or 16242179. OLE color: 16242179.

HSL color Cylindrical-coordinate representation of color #03D6F7: hue angle of 188.11º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D6F7 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 3 214 247 -
CMYK 0.99 0.13 0 0.03
HSL 188.11º 0.98% 0.49% -
HSV(B) 188.11º 0.99% 0.97% -
XYZ 40.87 54.83 96.42 -
YUV 154.67 180.1 19.82 -
System Red Green Blue C M Y K H S L
Decimal 3 214 247 0.99 0.13 0 0.03 188.11 0.98 0.49
Hex 3 D6 F7 63 D 0 3 BC 62 31
Octal 3 326 367 143 15 0 3 274 142 61
Binary 11 11010110 11110111 1100011 1101 0 11 10111100 1100010 110001

Color Harmonies of #03D6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D6F7

Black with #03D6F7

Text Example


Text Example

White with #03D6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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