#01BBEA

Color #01BBEA Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #01BBEA

Tints of Deep Sky Blue #01BBEA

Color information

#01BBEA (or 0x01BBEA) is unknown color: approx Deep Sky Blue. HEX triplet: 01, BB and EA. RGB value is (1,187,234). Sum of RGB (Red+Green+Blue) = 1+187+234=422 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #01BBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BBEA is #FE4415. Grayscale: #888888. Windows color (decimal): -16663574 or 15383297. OLE color: 15383297.

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

Color convert

RGB1187234-
CMYK1.000.2000.08
HSL192.1º99.15%46.08%-
HSV(B)192.1º99.57%91.76%-
XYZ32.6341.4984.13-
YUV136.74182.8831.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.24%
GREEN value IS 187 (73.44% from 255) = 44.31%
BLUE value IS 234 (91.80% from 255) = 55.45%
R=0.24%
G=44.31%
B=55.45%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11872341.000.2000.08192.199.1546.08
Hex1BBEA641408c0632e
Octal12733521442401030014356
Binary1101110111110101011001001010001000110000001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01BBEA; }

 p { color: rgb(1,187,234); }

 H1.HeaderClassName
 {
   color: #01BBEA;
 }
 .AnyTagClassName
 {
   color: #01BBEA;
 }
</style>
background-color css

<style>
 a { background-color: #01BBEA; }

 a { background-color: rgb(1,187,234); }

 div.DivClassName
 {
   background-color: #01BBEA;
 }
 .BgClassName
 {
   background-color: #01BBEA;
 }
</style>
border-color css

<style>
 span { border-color: #01BBEA; }

 span { border-color: rgb(1,187,234); }

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