Html Css Color HEX #03D4FC Deep Sky Blue

📋 copy color: '#03D4FC'

red 3 ◦ green 212 ◦ blue 252

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

Shades of Deep Sky Blue #03D4FC

Tints of Deep Sky Blue #03D4FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.96%

R = 0.64%
G = 45.4%
B = 53.96%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#03D4FC (or 0x03D4FC) is known color: Deep Sky Blue. HEX triplet: 03, D4 and FC. RGB value is (3,212,252). Sum of RGB (Red+Green+Blue) = 3+212+252=467 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #03D4FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D4FC is #FC2B03. Grayscale: #999999. Windows color (decimal): -16526084 or 16569347. OLE color: 16569347.

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

Color convert

RGB 3 212 252 -
CMYK 0.99 0.16 0 0.01
HSL 189.64º 0.98% 0.5% -
HSV(B) 189.64º 0.99% 0.99% -
XYZ 41.15 54.13 100.38 -
YUV 154.07 183.26 20.25 -
System Red Green Blue C M Y K H S L
Decimal 3 212 252 0.99 0.16 0 0.01 189.64 0.98 0.5
Hex 3 D4 FC 63 10 0 1 BE 62 32
Octal 3 324 374 143 20 0 1 276 142 62
Binary 11 11010100 11111100 1100011 10000 0 1 10111110 1100010 110010

Color Harmonies of #03D4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D4FC

Black with #03D4FC

Text Example


Text Example

White with #03D4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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