Html Css Color HEX #03C6FD Deep Sky Blue

📋 copy color: '#03C6FD'

red 3 ◦ green 198 ◦ blue 253

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

Shades of Deep Sky Blue #03C6FD

Tints of Deep Sky Blue #03C6FD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.61%

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

R = 0.66%
G = 43.61%
B = 55.73%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#03C6FD (or 0x03C6FD) is known color: Deep Sky Blue. HEX triplet: 03, C6 and FD. RGB value is (3,198,253). Sum of RGB (Red+Green+Blue) = 3+198+253=454 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #03C6FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C6FD is #FC3902. Grayscale: #919191. Windows color (decimal): -16529667 or 16631299. OLE color: 16631299.

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

Color convert

RGB 3 198 253 -
CMYK 0.99 0.22 0 0.01
HSL 193.2º 0.98% 0.5% -
HSV(B) 193.2º 0.99% 0.99% -
XYZ 37.96 47.5 100.1 -
YUV 145.97 188.4 26.03 -
System Red Green Blue C M Y K H S L
Decimal 3 198 253 0.99 0.22 0 0.01 193.2 0.98 0.5
Hex 3 C6 FD 63 16 0 1 C1 62 32
Octal 3 306 375 143 26 0 1 301 142 62
Binary 11 11000110 11111101 1100011 10110 0 1 11000001 1100010 110010

Color Harmonies of #03C6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C6FD

Black with #03C6FD

Text Example


Text Example

White with #03C6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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