Html Css Color HEX #1AAEFF Deep Sky Blue

📋 copy color: '#1AAEFF'

red 26 ◦ green 174 ◦ blue 255

#1AAEFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #1AAEFF

Tints of Deep Sky Blue #1AAEFF

RGB

 RED value IS 26 (10.55% from 255) = 5.71%

 GREEN value IS 174 (68.36% from 255) = 38.24%

 BLUE value IS 255 (100% from 255) = 56.04%

R = 5.71%
G = 38.24%
B = 56.04%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1AAEFF (or 0x1AAEFF) is known color: Deep Sky Blue. HEX triplet: 1A, AE and FF. RGB value is (26,174,255). Sum of RGB (Red+Green+Blue) = 26+174+255=455 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.71% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AAEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAEFF is #E55100. Grayscale: #8A8A8A. Windows color (decimal): -15028481 or 16756250. OLE color: 16756250.

HSL color Cylindrical-coordinate representation of color #1AAEFF: hue angle of 201.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AAEFF is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 26 174 255 -
CMYK 0.90 0.32 0 0
HSL 201.22º 1% 0.55% -
HSV(B) 201.22º 0.9% 1% -
XYZ 33.61 37.71 100.12 -
YUV 138.98 193.47 47.41 -
System Red Green Blue C M Y K H S L
Decimal 26 174 255 0.90 0.32 0 0 201.22 1 0.55
Hex 1A AE FF 5A 20 0 0 C9 64 37
Octal 32 256 377 132 40 0 0 311 144 67
Binary 11010 10101110 11111111 1011010 100000 0 0 11001001 1100100 110111

Color Harmonies of #1AAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAEFF

Black with #1AAEFF

Text Example


Text Example

White with #1AAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,174,255); }

 H1.HeaderClassName
 {
   color: #1AAEFF;
 }
 .AnyTagClassName
 {
   color: #1AAEFF;
 }
</style>

background-color css

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

 a { background-color: rgb(26,174,255); }

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

border-color css

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

 span { border-color: rgb(26,174,255); }

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