#1BBCF7

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

Shades of Deep Sky Blue #1BBCF7

Tints of Deep Sky Blue #1BBCF7

Color information

#1BBCF7 (or 0x1BBCF7) is unknown color: approx Deep Sky Blue. HEX triplet: 1B, BC and F7. RGB value is (27,188,247). Sum of RGB (Red+Green+Blue) = 27+188+247=462 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.84% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #1BBCF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBCF7 is #E44308. Grayscale: #929292. Windows color (decimal): -14959369 or 16235547. OLE color: 16235547.

HSL color Cylindrical-coordinate representation of color #1BBCF7: hue angle of 196.09º degrees, saturation: 0.93, 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 #1BBCF7 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB27188247-
CMYK0.890.2400.03
HSL196.09º93.22%53.73%-
HSV(B)196.09º89.07%96.86%-
XYZ35.2242.9194.42-
YUV146.59184.6642.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.84%
GREEN value IS 188 (73.83% from 255) = 40.69%
BLUE value IS 247 (96.88% from 255) = 53.46%
R=5.84%
G=40.69%
B=53.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal271882470.890.2400.03196.0993.2253.73
Hex1BBCF7591803c45d36
Octal33274367131300330413566
Binary110111011110011110111101100111000011110001001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,188,247); }

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

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

 a { background-color: rgb(27,188,247); }

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

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

 span { border-color: rgb(27,188,247); }

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