Html Css Color HEX #03C4FD Deep Sky Blue

📋 copy color: '#03C4FD'

red 3 ◦ green 196 ◦ blue 253

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

Shades of Deep Sky Blue #03C4FD

Tints of Deep Sky Blue #03C4FD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.36%

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

R = 0.66%
G = 43.36%
B = 55.97%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#03C4FD (or 0x03C4FD) is known color: Deep Sky Blue. HEX triplet: 03, C4 and FD. RGB value is (3,196,253). Sum of RGB (Red+Green+Blue) = 3+196+253=452 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #03C4FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C4FD is #FC3B02. Grayscale: #909090. Windows color (decimal): -16530179 or 16630787. OLE color: 16630787.

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

Color convert

RGB 3 196 253 -
CMYK 0.99 0.23 0 0.01
HSL 193.68º 0.98% 0.5% -
HSV(B) 193.68º 0.99% 0.99% -
XYZ 37.51 46.59 99.94 -
YUV 144.79 189.06 26.87 -
System Red Green Blue C M Y K H S L
Decimal 3 196 253 0.99 0.23 0 0.01 193.68 0.98 0.5
Hex 3 C4 FD 63 17 0 1 C2 62 32
Octal 3 304 375 143 27 0 1 302 142 62
Binary 11 11000100 11111101 1100011 10111 0 1 11000010 1100010 110010

Color Harmonies of #03C4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C4FD

Black with #03C4FD

Text Example


Text Example

White with #03C4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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