#1BD7F6

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

Shades of Deep Sky Blue #1BD7F6

Tints of Deep Sky Blue #1BD7F6

Color information

#1BD7F6 (or 0x1BD7F6) is unknown color: approx Deep Sky Blue. HEX triplet: 1B, D7 and F6. RGB value is (27,215,246). Sum of RGB (Red+Green+Blue) = 27+215+246=488 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.53% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #1BD7F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BD7F6 is #E42809. Grayscale: #A2A2A2. Windows color (decimal): -14952458 or 16176923. OLE color: 16176923.

HSL color Cylindrical-coordinate representation of color #1BD7F6: hue angle of 188.49º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BD7F6 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB27215246-
CMYK0.890.1300.04
HSL188.49º92.41%53.53%-
HSV(B)188.49º89.02%96.47%-
XYZ41.3955.4995.72-
YUV162.32175.2231.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.53%
GREEN value IS 215 (84.38% from 255) = 44.06%
BLUE value IS 246 (96.48% from 255) = 50.41%
R=5.53%
G=44.06%
B=50.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal272152460.890.1300.04188.4992.4153.53
Hex1BD7F659D04bc5c36
Octal33327366131150427413466
Binary110111101011111110110101100111010100101111001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BD7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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