Html Css Color HEX #03B8FB Deep Sky Blue

📋 copy color: '#03B8FB'

red 3 ◦ green 184 ◦ blue 251

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

Shades of Deep Sky Blue #03B8FB

Tints of Deep Sky Blue #03B8FB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.01%

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

R = 0.68%
G = 42.01%
B = 57.31%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#03B8FB (or 0x03B8FB) is known color: Deep Sky Blue. HEX triplet: 03, B8 and FB. RGB value is (3,184,251). Sum of RGB (Red+Green+Blue) = 3+184+251=438 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #03B8FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03B8FB is #FC4704. Grayscale: #898989. Windows color (decimal): -16533253 or 16496643. OLE color: 16496643.

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

Color convert

RGB 3 184 251 -
CMYK 0.99 0.27 0 0.02
HSL 196.21º 0.98% 0.5% -
HSV(B) 196.21º 0.99% 0.98% -
XYZ 34.59 41.27 97.41 -
YUV 137.52 192.03 32.05 -
System Red Green Blue C M Y K H S L
Decimal 3 184 251 0.99 0.27 0 0.02 196.21 0.98 0.5
Hex 3 B8 FB 63 1B 0 2 C4 62 32
Octal 3 270 373 143 33 0 2 304 142 62
Binary 11 10111000 11111011 1100011 11011 0 10 11000100 1100010 110010

Color Harmonies of #03B8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B8FB

Black with #03B8FB

Text Example


Text Example

White with #03B8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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