Html Css Color HEX #1AB6DE Summer Sky

📋 copy color: '#1AB6DE'

red 26 ◦ green 182 ◦ blue 222

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

Shades of Summer Sky #1AB6DE

Tints of Summer Sky #1AB6DE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.33%

 BLUE value IS 222 (87.11% from 255) = 51.63%

R = 6.05%
G = 42.33%
B = 51.63%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1AB6DE (or 0x1AB6DE) is known color: Summer Sky. HEX triplet: 1A, B6 and DE. RGB value is (26,182,222). Sum of RGB (Red+Green+Blue) = 26+182+222=430 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.05% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #1AB6DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB6DE is #E54921. Grayscale: #8B8B8B. Windows color (decimal): -15026466 or 14595610. OLE color: 14595610.

HSL color Cylindrical-coordinate representation of color #1AB6DE: hue angle of 192.24º 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 #1AB6DE is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 182 222 -
CMYK 0.88 0.18 0 0.13
HSL 192.24º 0.79% 0.49% -
HSV(B) 192.24º 0.88% 0.87% -
XYZ 30.34 38.95 75.03 -
YUV 139.92 174.32 46.75 -
System Red Green Blue C M Y K H S L
Decimal 26 182 222 0.88 0.18 0 0.13 192.24 0.79 0.49
Hex 1A B6 DE 58 12 0 D C0 4F 31
Octal 32 266 336 130 22 0 15 300 117 61
Binary 11010 10110110 11011110 1011000 10010 0 1101 11000000 1001111 110001

Color Harmonies of #1AB6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB6DE

Black with #1AB6DE

Text Example


Text Example

White with #1AB6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,182,222); }

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

background-color css

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

 a { background-color: rgb(26,182,222); }

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

border-color css

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

 span { border-color: rgb(26,182,222); }

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