Html Css Color HEX #1AAFEA Summer Sky

📋 copy color: '#1AAFEA'

red 26 ◦ green 175 ◦ blue 234

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

Shades of Summer Sky #1AAFEA

Tints of Summer Sky #1AAFEA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.23%

 BLUE value IS 234 (91.8% from 255) = 53.79%

R = 5.98%
G = 40.23%
B = 53.79%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1AAFEA (or 0x1AAFEA) is known color: Summer Sky. HEX triplet: 1A, AF and EA. RGB value is (26,175,234). Sum of RGB (Red+Green+Blue) = 26+175+234=435 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.98% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #1AAFEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAFEA is #E55015. Grayscale: #888888. Windows color (decimal): -15028246 or 15380250. OLE color: 15380250.

HSL color Cylindrical-coordinate representation of color #1AAFEA: hue angle of 197.02º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AAFEA is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 175 234 -
CMYK 0.89 0.25 0 0.08
HSL 197.02º 0.83% 0.51% -
HSV(B) 197.02º 0.89% 0.92% -
XYZ 30.61 36.82 83.34 -
YUV 137.18 182.64 48.7 -
System Red Green Blue C M Y K H S L
Decimal 26 175 234 0.89 0.25 0 0.08 197.02 0.83 0.51
Hex 1A AF EA 59 19 0 8 C5 53 33
Octal 32 257 352 131 31 0 10 305 123 63
Binary 11010 10101111 11101010 1011001 11001 0 1000 11000101 1010011 110011

Color Harmonies of #1AAFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAFEA

Black with #1AAFEA

Text Example


Text Example

White with #1AAFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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