#1AAFFA

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

Shades of Deep Sky Blue #1AAFFA

Tints of Deep Sky Blue #1AAFFA

Color information

#1AAFFA (or 0x1AAFFA) is unknown color: approx Deep Sky Blue. HEX triplet: 1A, AF and FA. RGB value is (26,175,250). Sum of RGB (Red+Green+Blue) = 26+175+250=451 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.76% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #1AAFFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAFFA is #E55005. Grayscale: #8A8A8A. Windows color (decimal): -15028230 or 16428826. OLE color: 16428826.

HSL color Cylindrical-coordinate representation of color #1AAFFA: hue angle of 200.09º degrees, saturation: 0.96, 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 #1AAFFA is Cyan = 0.90, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB26175250-
CMYK0.900.300.02
HSL200.09º95.73%54.12%-
HSV(B)200.09º89.6%98.04%-
XYZ33.0137.7896-
YUV139190.6447.4-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.76%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 250 (98.05% from 255) = 55.43%
R=5.76%
G=38.80%
B=55.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal261752500.900.300.02200.0995.7354.12
Hex1AAFFA5A1E02c86036
Octal32257372132360231014066
Binary110101010111111111010101101011110010110010001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,175,250); }

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

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

 a { background-color: rgb(26,175,250); }

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

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

 span { border-color: rgb(26,175,250); }

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