Html Css Color HEX #1AB2ED Summer Sky

📋 copy color: '#1AB2ED'

red 26 ◦ green 178 ◦ blue 237

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

Shades of Summer Sky #1AB2ED

Tints of Summer Sky #1AB2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.74%

R = 5.9%
G = 40.36%
B = 53.74%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1AB2ED (or 0x1AB2ED) is known color: Summer Sky. HEX triplet: 1A, B2 and ED. RGB value is (26,178,237). Sum of RGB (Red+Green+Blue) = 26+178+237=441 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.90% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #1AB2ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AB2ED is #E54D12. Grayscale: #8A8A8A. Windows color (decimal): -15027475 or 15577626. OLE color: 15577626.

HSL color Cylindrical-coordinate representation of color #1AB2ED: hue angle of 196.78º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AB2ED is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 178 237 -
CMYK 0.89 0.25 0 0.07
HSL 196.78º 0.85% 0.52% -
HSV(B) 196.78º 0.89% 0.93% -
XYZ 31.63 38.17 85.82 -
YUV 139.28 183.14 47.2 -
System Red Green Blue C M Y K H S L
Decimal 26 178 237 0.89 0.25 0 0.07 196.78 0.85 0.52
Hex 1A B2 ED 59 19 0 7 C5 55 34
Octal 32 262 355 131 31 0 7 305 125 64
Binary 11010 10110010 11101101 1011001 11001 0 111 11000101 1010101 110100

Color Harmonies of #1AB2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB2ED

Black with #1AB2ED

Text Example


Text Example

White with #1AB2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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