#1BB2F8

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

Shades of Deep Sky Blue #1BB2F8

Tints of Deep Sky Blue #1BB2F8

Color information

#1BB2F8 (or 0x1BB2F8) is unknown color: approx Deep Sky Blue. HEX triplet: 1B, B2 and F8. RGB value is (27,178,248). Sum of RGB (Red+Green+Blue) = 27+178+248=453 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.96% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 248 (97.27% from 255 or 54.75% from 453); Max value from RGB is 248 - color contains mainly: blue. Hex color #1BB2F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BB2F8 is #E44D07. Grayscale: #8C8C8C. Windows color (decimal): -14961928 or 16298523. OLE color: 16298523.

HSL color Cylindrical-coordinate representation of color #1BB2F8: hue angle of 199º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BB2F8 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB27178248-
CMYK0.890.2800.03
HSL199º94.04%53.92%-
HSV(B)199º89.11%97.25%-
XYZ33.3238.8594.55-
YUV140.83188.4746.81-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.96%
GREEN value IS 178 (69.92% from 255) = 39.29%
BLUE value IS 248 (97.27% from 255) = 54.75%
R=5.96%
G=39.29%
B=54.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal271782480.890.2800.0319994.0453.92
Hex1BB2F8591C03c75e36
Octal33262370131340330713666
Binary110111011001011111000101100111100011110001111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,178,248); }

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

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

 a { background-color: rgb(27,178,248); }

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

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

 span { border-color: rgb(27,178,248); }

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