Html Css Color HEX #00B2EB Deep Sky Blue

📋 copy color: '#00B2EB'

red 0 ◦ green 178 ◦ blue 235

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

Shades of Deep Sky Blue #00B2EB

Tints of Deep Sky Blue #00B2EB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 43.1%
B = 56.9%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#00B2EB (or 0x00B2EB) is known color: Deep Sky Blue. HEX triplet: 00, B2 and EB. RGB value is (0,178,235). Sum of RGB (Red+Green+Blue) = 0+178+235=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #00B2EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00B2EB is #FF4D14. Grayscale: #828282. Windows color (decimal): -16731413 or 15446528. OLE color: 15446528.

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

Color convert

RGB 0 178 235 -
CMYK 1 0.24 0 0.08
HSL 194.55º 1% 0.46% -
HSV(B) 194.55º 1% 0.92% -
XYZ 30.92 37.84 84.27 -
YUV 131.28 186.53 34.37 -
System Red Green Blue C M Y K H S L
Decimal 0 178 235 1 0.24 0 0.08 194.55 1 0.46
Hex 0 B2 EB 64 18 0 8 C3 64 2E
Octal 0 262 353 144 30 0 10 303 144 56
Binary 0 10110010 11101011 1100100 11000 0 1000 11000011 1100100 101110

Color Harmonies of #00B2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B2EB

Black with #00B2EB

Text Example


Text Example

White with #00B2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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