#1BBEFB

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

Shades of Deep Sky Blue #1BBEFB

Tints of Deep Sky Blue #1BBEFB

Color information

#1BBEFB (or 0x1BBEFB) is unknown color: approx Deep Sky Blue. HEX triplet: 1B, BE and FB. RGB value is (27,190,251). Sum of RGB (Red+Green+Blue) = 27+190+251=468 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.77% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #1BBEFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBEFB is #E44104. Grayscale: #939393. Windows color (decimal): -14958853 or 16498203. OLE color: 16498203.

HSL color Cylindrical-coordinate representation of color #1BBEFB: hue angle of 196.34º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BBEFB is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB27190251-
CMYK0.890.2400.02
HSL196.34º96.55%54.51%-
HSV(B)196.34º89.24%98.43%-
XYZ36.2844.0297.85-
YUV148.2218641.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.77%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 251 (98.44% from 255) = 53.63%
R=5.77%
G=40.60%
B=53.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal271902510.890.2400.02196.3496.5554.51
Hex1BBEFB591802c46137
Octal33276373131300230414167
Binary110111011111011111011101100111000010110001001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BBEFB; }

 p { color: rgb(27,190,251); }

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

<style>
 a { background-color: #1BBEFB; }

 a { background-color: rgb(27,190,251); }

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

<style>
 span { border-color: #1BBEFB; }

 span { border-color: rgb(27,190,251); }

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