Html Css Color HEX #1AACEA Summer Sky

📋 copy color: '#1AACEA'

red 26 ◦ green 172 ◦ blue 234

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

Shades of Summer Sky #1AACEA

Tints of Summer Sky #1AACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.81%

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

R = 6.02%
G = 39.81%
B = 54.17%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1AACEA (or 0x1AACEA) is known color: Summer Sky. HEX triplet: 1A, AC and EA. RGB value is (26,172,234). Sum of RGB (Red+Green+Blue) = 26+172+234=432 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.02% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #1AACEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AACEA is #E55315. Grayscale: #878787. Windows color (decimal): -15029014 or 15379482. OLE color: 15379482.

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

Color convert

RGB 26 172 234 -
CMYK 0.89 0.26 0 0.08
HSL 197.88º 0.83% 0.51% -
HSV(B) 197.88º 0.89% 0.92% -
XYZ 30.03 35.67 83.14 -
YUV 135.41 183.63 49.96 -
System Red Green Blue C M Y K H S L
Decimal 26 172 234 0.89 0.26 0 0.08 197.88 0.83 0.51
Hex 1A AC EA 59 1A 0 8 C6 53 33
Octal 32 254 352 131 32 0 10 306 123 63
Binary 11010 10101100 11101010 1011001 11010 0 1000 11000110 1010011 110011

Color Harmonies of #1AACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AACEA

Black with #1AACEA

Text Example


Text Example

White with #1AACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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