#1BC3F9

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

Shades of Deep Sky Blue #1BC3F9

Tints of Deep Sky Blue #1BC3F9

Color information

#1BC3F9 (or 0x1BC3F9) is unknown color: approx Deep Sky Blue. HEX triplet: 1B, C3 and F9. RGB value is (27,195,249). Sum of RGB (Red+Green+Blue) = 27+195+249=471 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.73% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #1BC3F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC3F9 is #E43C06. Grayscale: #969696. Windows color (decimal): -14957575 or 16368411. OLE color: 16368411.

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

Color convert

RGB27195249-
CMYK0.890.2200.02
HSL194.59º94.87%54.12%-
HSV(B)194.59º89.16%97.65%-
XYZ37.0746.196.57-
YUV150.92183.3439.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.73%
GREEN value IS 195 (76.56% from 255) = 41.40%
BLUE value IS 249 (97.66% from 255) = 52.87%
R=5.73%
G=41.40%
B=52.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal271952490.890.2200.02194.5994.8754.12
Hex1BC3F9591602c35f36
Octal33303371131260230313766
Binary110111100001111111001101100110110010110000111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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