Html Css Color HEX #1AB2EA Summer Sky

📋 copy color: '#1AB2EA'

red 26 ◦ green 178 ◦ blue 234

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

Shades of Summer Sky #1AB2EA

Tints of Summer Sky #1AB2EA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.64%

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

R = 5.94%
G = 40.64%
B = 53.42%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1AB2EA (or 0x1AB2EA) is known color: Summer Sky. HEX triplet: 1A, B2 and EA. RGB value is (26,178,234). Sum of RGB (Red+Green+Blue) = 26+178+234=438 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.94% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #1AB2EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AB2EA is #E54D15. Grayscale: #8A8A8A. Windows color (decimal): -15027478 or 15381018. OLE color: 15381018.

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

Color convert

RGB 26 178 234 -
CMYK 0.89 0.24 0 0.08
HSL 196.15º 0.83% 0.51% -
HSV(B) 196.15º 0.89% 0.92% -
XYZ 31.2 38 83.53 -
YUV 138.94 181.64 47.45 -
System Red Green Blue C M Y K H S L
Decimal 26 178 234 0.89 0.24 0 0.08 196.15 0.83 0.51
Hex 1A B2 EA 59 18 0 8 C4 53 33
Octal 32 262 352 131 30 0 10 304 123 63
Binary 11010 10110010 11101010 1011001 11000 0 1000 11000100 1010011 110011

Color Harmonies of #1AB2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB2EA

Black with #1AB2EA

Text Example


Text Example

White with #1AB2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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