Html Css Color HEX #1AABDF Summer Sky

📋 copy color: '#1AABDF'

red 26 ◦ green 171 ◦ blue 223

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

Shades of Summer Sky #1AABDF

Tints of Summer Sky #1AABDF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.71%

 BLUE value IS 223 (87.5% from 255) = 53.1%

R = 6.19%
G = 40.71%
B = 53.1%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1AABDF (or 0x1AABDF) is known color: Summer Sky. HEX triplet: 1A, AB and DF. RGB value is (26,171,223). Sum of RGB (Red+Green+Blue) = 26+171+223=420 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.19% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #1AABDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AABDF is #E55420. Grayscale: #858585. Windows color (decimal): -15029281 or 14658330. OLE color: 14658330.

HSL color Cylindrical-coordinate representation of color #1AABDF: hue angle of 195.84º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AABDF is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 171 223 -
CMYK 0.88 0.23 0 0.13
HSL 195.84º 0.79% 0.49% -
HSV(B) 195.84º 0.88% 0.87% -
XYZ 28.31 34.67 75.01 -
YUV 133.57 178.46 51.27 -
System Red Green Blue C M Y K H S L
Decimal 26 171 223 0.88 0.23 0 0.13 195.84 0.79 0.49
Hex 1A AB DF 58 17 0 D C4 4F 31
Octal 32 253 337 130 27 0 15 304 117 61
Binary 11010 10101011 11011111 1011000 10111 0 1101 11000100 1001111 110001

Color Harmonies of #1AABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AABDF

Black with #1AABDF

Text Example


Text Example

White with #1AABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,171,223); }

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

background-color css

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

 a { background-color: rgb(26,171,223); }

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

border-color css

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

 span { border-color: rgb(26,171,223); }

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