Html Css Color HEX #00B1EB Deep Sky Blue

📋 copy color: '#00B1EB'

red 0 ◦ green 177 ◦ blue 235

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

Shades of Deep Sky Blue #00B1EB

Tints of Deep Sky Blue #00B1EB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.96%

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

R = 0%
G = 42.96%
B = 57.04%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#00B1EB (or 0x00B1EB) is known color: Deep Sky Blue. HEX triplet: 00, B1 and EB. RGB value is (0,177,235). Sum of RGB (Red+Green+Blue) = 0+177+235=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #00B1EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00B1EB is #FF4E14. Grayscale: #828282. Windows color (decimal): -16731669 or 15446272. OLE color: 15446272.

HSL color Cylindrical-coordinate representation of color #00B1EB: hue angle of 194.81º 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 #00B1EB is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 177 235 -
CMYK 1 0.25 0 0.08
HSL 194.81º 1% 0.46% -
HSV(B) 194.81º 1% 0.92% -
XYZ 30.72 37.44 84.21 -
YUV 130.69 186.86 34.78 -
System Red Green Blue C M Y K H S L
Decimal 0 177 235 1 0.25 0 0.08 194.81 1 0.46
Hex 0 B1 EB 64 19 0 8 C3 64 2E
Octal 0 261 353 144 31 0 10 303 144 56
Binary 0 10110001 11101011 1100100 11001 0 1000 11000011 1100100 101110

Color Harmonies of #00B1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B1EB

Black with #00B1EB

Text Example


Text Example

White with #00B1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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