#1BC0F9

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

Shades of Deep Sky Blue #1BC0F9

Tints of Deep Sky Blue #1BC0F9

Color information

#1BC0F9 (or 0x1BC0F9) is unknown color: approx Deep Sky Blue. HEX triplet: 1B, C0 and F9. RGB value is (27,192,249). Sum of RGB (Red+Green+Blue) = 27+192+249=468 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.77% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #1BC0F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC0F9 is #E43F06. Grayscale: #949494. Windows color (decimal): -14958343 or 16367643. OLE color: 16367643.

HSL color Cylindrical-coordinate representation of color #1BC0F9: hue angle of 195.41º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BC0F9 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB27192249-
CMYK0.890.2300.02
HSL195.41º94.87%54.12%-
HSV(B)195.41º89.16%97.65%-
XYZ36.444.7796.35-
YUV149.16184.3440.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.77%
GREEN value IS 192 (75.39% from 255) = 41.03%
BLUE value IS 249 (97.66% from 255) = 53.21%
R=5.77%
G=41.03%
B=53.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal271922490.890.2300.02195.4194.8754.12
Hex1BC0F9591702c35f36
Octal33300371131270230313766
Binary110111100000011111001101100110111010110000111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,192,249); }

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

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

 a { background-color: rgb(27,192,249); }

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

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

 span { border-color: rgb(27,192,249); }

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