Html Css Color HEX #03D4F6 Deep Sky Blue

📋 copy color: '#03D4F6'

red 3 ◦ green 212 ◦ blue 246

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

Shades of Deep Sky Blue #03D4F6

Tints of Deep Sky Blue #03D4F6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.99%

 BLUE value IS 246 (96.48% from 255) = 53.36%

R = 0.65%
G = 45.99%
B = 53.36%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#03D4F6 (or 0x03D4F6) is known color: Deep Sky Blue. HEX triplet: 03, D4 and F6. RGB value is (3,212,246). Sum of RGB (Red+Green+Blue) = 3+212+246=461 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #03D4F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D4F6 is #FC2B09. Grayscale: #999999. Windows color (decimal): -16526090 or 16176131. OLE color: 16176131.

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

Color convert

RGB 3 212 246 -
CMYK 0.99 0.14 0 0.04
HSL 188.4º 0.98% 0.49% -
HSV(B) 188.4º 0.99% 0.96% -
XYZ 40.22 53.76 95.45 -
YUV 153.39 180.26 20.74 -
System Red Green Blue C M Y K H S L
Decimal 3 212 246 0.99 0.14 0 0.04 188.4 0.98 0.49
Hex 3 D4 F6 63 E 0 4 BC 62 31
Octal 3 324 366 143 16 0 4 274 142 61
Binary 11 11010100 11110110 1100011 1110 0 100 10111100 1100010 110001

Color Harmonies of #03D4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D4F6

Black with #03D4F6

Text Example


Text Example

White with #03D4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,212,246); }

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

background-color css

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

 a { background-color: rgb(3,212,246); }

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

border-color css

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

 span { border-color: rgb(3,212,246); }

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