Html Css Color HEX #03B2EB Deep Sky Blue

📋 copy color: '#03B2EB'

red 3 ◦ green 178 ◦ blue 235

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

Shades of Deep Sky Blue #03B2EB

Tints of Deep Sky Blue #03B2EB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.79%

 BLUE value IS 235 (92.19% from 255) = 56.49%

R = 0.72%
G = 42.79%
B = 56.49%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#03B2EB (or 0x03B2EB) is known color: Deep Sky Blue. HEX triplet: 03, B2 and EB. RGB value is (3,178,235). Sum of RGB (Red+Green+Blue) = 3+178+235=416 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #03B2EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03B2EB is #FC4D14. Grayscale: #838383. Windows color (decimal): -16534805 or 15446531. OLE color: 15446531.

HSL color Cylindrical-coordinate representation of color #03B2EB: hue angle of 194.74º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03B2EB is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 178 235 -
CMYK 0.99 0.24 0 0.08
HSL 194.74º 0.97% 0.47% -
HSV(B) 194.74º 0.99% 0.92% -
XYZ 30.95 37.86 84.27 -
YUV 132.17 186.02 35.87 -
System Red Green Blue C M Y K H S L
Decimal 3 178 235 0.99 0.24 0 0.08 194.74 0.97 0.47
Hex 3 B2 EB 63 18 0 8 C3 61 2F
Octal 3 262 353 143 30 0 10 303 141 57
Binary 11 10110010 11101011 1100011 11000 0 1000 11000011 1100001 101111

Color Harmonies of #03B2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B2EB

Black with #03B2EB

Text Example


Text Example

White with #03B2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,178,235); }

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

background-color css

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

 a { background-color: rgb(3,178,235); }

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

border-color css

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

 span { border-color: rgb(3,178,235); }

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