#1BD7FC

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

Shades of Deep Sky Blue #1BD7FC

Tints of Deep Sky Blue #1BD7FC

Color information

#1BD7FC (or 0x1BD7FC) is unknown color: approx Deep Sky Blue. HEX triplet: 1B, D7 and FC. RGB value is (27,215,252). Sum of RGB (Red+Green+Blue) = 27+215+252=494 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.47% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #1BD7FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BD7FC is #E42803. Grayscale: #A2A2A2. Windows color (decimal): -14952452 or 16570139. OLE color: 16570139.

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

Color convert

RGB27215252-
CMYK0.890.1500.01
HSL189.87º97.4%54.71%-
HSV(B)189.87º89.29%98.82%-
XYZ42.3255.86100.65-
YUV163.01178.2230.99-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.47%
GREEN value IS 215 (84.38% from 255) = 43.52%
BLUE value IS 252 (98.83% from 255) = 51.01%
R=5.47%
G=43.52%
B=51.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal272152520.890.1500.01189.8797.454.71
Hex1BD7FC59F01be6137
Octal33327374131170127614167
Binary1101111010111111111001011001111101101111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BD7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,215,252); }

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

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

 a { background-color: rgb(27,215,252); }

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

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

 span { border-color: rgb(27,215,252); }

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