Html Css Color HEX #03A8FB Deep Sky Blue

📋 copy color: '#03A8FB'

red 3 ◦ green 168 ◦ blue 251

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

Shades of Deep Sky Blue #03A8FB

Tints of Deep Sky Blue #03A8FB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.81%

 BLUE value IS 251 (98.44% from 255) = 59.48%

R = 0.71%
G = 39.81%
B = 59.48%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#03A8FB (or 0x03A8FB) is known color: Deep Sky Blue. HEX triplet: 03, A8 and FB. RGB value is (3,168,251). Sum of RGB (Red+Green+Blue) = 3+168+251=422 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 251 (98.44% from 255 or 59.48% from 422); Max value from RGB is 251 - color contains mainly: blue. Hex color #03A8FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A8FB is #FC5704. Grayscale: #7F7F7F. Windows color (decimal): -16537349 or 16492547. OLE color: 16492547.

HSL color Cylindrical-coordinate representation of color #03A8FB: hue angle of 200.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A8FB is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 168 251 -
CMYK 0.99 0.33 0 0.02
HSL 200.08º 0.98% 0.5% -
HSV(B) 200.08º 0.99% 0.98% -
XYZ 31.45 34.99 96.36 -
YUV 128.13 197.34 38.75 -
System Red Green Blue C M Y K H S L
Decimal 3 168 251 0.99 0.33 0 0.02 200.08 0.98 0.5
Hex 3 A8 FB 63 21 0 2 C8 62 32
Octal 3 250 373 143 41 0 2 310 142 62
Binary 11 10101000 11111011 1100011 100001 0 10 11001000 1100010 110010

Color Harmonies of #03A8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A8FB

Black with #03A8FB

Text Example


Text Example

White with #03A8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,168,251); }

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

background-color css

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

 a { background-color: rgb(3,168,251); }

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

border-color css

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

 span { border-color: rgb(3,168,251); }

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