#1AC9FB

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

Shades of Deep Sky Blue #1AC9FB

Tints of Deep Sky Blue #1AC9FB

Color information

#1AC9FB (or 0x1AC9FB) is unknown color: approx Deep Sky Blue. HEX triplet: 1A, C9 and FB. RGB value is (26,201,251). Sum of RGB (Red+Green+Blue) = 26+201+251=478 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.44% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #1AC9FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC9FB is #E53604. Grayscale: #9A9A9A. Windows color (decimal): -15021573 or 16501018. OLE color: 16501018.

HSL color Cylindrical-coordinate representation of color #1AC9FB: hue angle of 193.33º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AC9FB is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB26201251-
CMYK0.900.2000.02
HSL193.33º96.57%54.31%-
HSV(B)193.33º89.64%98.43%-
XYZ38.7348.9698.68-
YUV154.38182.5236.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.44%
GREEN value IS 201 (78.91% from 255) = 42.05%
BLUE value IS 251 (98.44% from 255) = 52.51%
R=5.44%
G=42.05%
B=52.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal262012510.900.2000.02193.3396.5754.31
Hex1AC9FB5A1402c16136
Octal32311373132240230114166
Binary110101100100111111011101101010100010110000011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,201,251); }

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

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

 a { background-color: rgb(26,201,251); }

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

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

 span { border-color: rgb(26,201,251); }

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