#1BD0F8

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

Shades of Deep Sky Blue #1BD0F8

Tints of Deep Sky Blue #1BD0F8

Color information

#1BD0F8 (or 0x1BD0F8) is unknown color: approx Deep Sky Blue. HEX triplet: 1B, D0 and F8. RGB value is (27,208,248). Sum of RGB (Red+Green+Blue) = 27+208+248=483 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.59% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 248 (97.27% from 255 or 51.35% from 483); Max value from RGB is 248 - color contains mainly: blue. Hex color #1BD0F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BD0F8 is #E42F07. Grayscale: #9E9E9E. Windows color (decimal): -14954248 or 16306203. OLE color: 16306203.

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

Color convert

RGB27208248-
CMYK0.890.1600.03
HSL190.86º94.04%53.92%-
HSV(B)190.86º89.11%97.25%-
XYZ39.9552.1296.76-
YUV158.44178.5334.25-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.59%
GREEN value IS 208 (81.64% from 255) = 43.06%
BLUE value IS 248 (97.27% from 255) = 51.35%
R=5.59%
G=43.06%
B=51.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal272082480.890.1600.03190.8694.0453.92
Hex1BD0F8591003bf5e36
Octal33320370131200327713666
Binary110111101000011111000101100110000011101111111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BD0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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