#1BC8FB

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

Shades of Deep Sky Blue #1BC8FB

Tints of Deep Sky Blue #1BC8FB

Color information

#1BC8FB (or 0x1BC8FB) is unknown color: approx Deep Sky Blue. HEX triplet: 1B, C8 and FB. RGB value is (27,200,251). Sum of RGB (Red+Green+Blue) = 27+200+251=478 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.65% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #1BC8FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC8FB is #E43704. Grayscale: #999999. Windows color (decimal): -14956293 or 16500763. OLE color: 16500763.

HSL color Cylindrical-coordinate representation of color #1BC8FB: hue angle of 193.66º 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 #1BC8FB is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB27200251-
CMYK0.890.2000.02
HSL193.66º96.55%54.51%-
HSV(B)193.66º89.24%98.43%-
XYZ38.5248.5198.6-
YUV154.09182.6937.35-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.65%
GREEN value IS 200 (78.52% from 255) = 41.84%
BLUE value IS 251 (98.44% from 255) = 52.51%
R=5.65%
G=41.84%
B=52.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal272002510.890.2000.02193.6696.5554.51
Hex1BC8FB591402c26137
Octal33310373131240230214167
Binary110111100100011111011101100110100010110000101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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