Html Css Color HEX #03B8F6 Deep Sky Blue

📋 copy color: '#03B8F6'

red 3 ◦ green 184 ◦ blue 246

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

Shades of Deep Sky Blue #03B8F6

Tints of Deep Sky Blue #03B8F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.81%

R = 0.69%
G = 42.49%
B = 56.81%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#03B8F6 (or 0x03B8F6) is known color: Deep Sky Blue. HEX triplet: 03, B8 and F6. RGB value is (3,184,246). Sum of RGB (Red+Green+Blue) = 3+184+246=433 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 246 (96.48% from 255 or 56.81% from 433); Max value from RGB is 246 - color contains mainly: blue. Hex color #03B8F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03B8F6 is #FC4709. Grayscale: #888888. Windows color (decimal): -16533258 or 16168963. OLE color: 16168963.

HSL color Cylindrical-coordinate representation of color #03B8F6: hue angle of 195.31º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03B8F6 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 3 184 246 -
CMYK 0.99 0.25 0 0.04
HSL 195.31º 0.98% 0.49% -
HSV(B) 195.31º 0.99% 0.96% -
XYZ 33.81 40.95 93.31 -
YUV 136.95 189.53 32.46 -
System Red Green Blue C M Y K H S L
Decimal 3 184 246 0.99 0.25 0 0.04 195.31 0.98 0.49
Hex 3 B8 F6 63 19 0 4 C3 62 31
Octal 3 270 366 143 31 0 4 303 142 61
Binary 11 10111000 11110110 1100011 11001 0 100 11000011 1100010 110001

Color Harmonies of #03B8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B8F6

Black with #03B8F6

Text Example


Text Example

White with #03B8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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