Html Css Color HEX #1AB0DA Summer Sky

📋 copy color: '#1AB0DA'

red 26 ◦ green 176 ◦ blue 218

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

Shades of Summer Sky #1AB0DA

Tints of Summer Sky #1AB0DA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.9%

 BLUE value IS 218 (85.55% from 255) = 51.9%

R = 6.19%
G = 41.9%
B = 51.9%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1AB0DA (or 0x1AB0DA) is known color: Summer Sky. HEX triplet: 1A, B0 and DA. RGB value is (26,176,218). Sum of RGB (Red+Green+Blue) = 26+176+218=420 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.19% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #1AB0DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AB0DA is #E54F25. Grayscale: #878787. Windows color (decimal): -15028006 or 14331930. OLE color: 14331930.

HSL color Cylindrical-coordinate representation of color #1AB0DA: hue angle of 193.12º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AB0DA is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 176 218 -
CMYK 0.88 0.19 0 0.15
HSL 193.13º 0.79% 0.48% -
HSV(B) 193.13º 0.88% 0.85% -
XYZ 28.61 36.33 71.83 -
YUV 135.94 174.31 49.58 -
System Red Green Blue C M Y K H S L
Decimal 26 176 218 0.88 0.19 0 0.15 193.13 0.79 0.48
Hex 1A B0 DA 58 13 0 F C1 4F 30
Octal 32 260 332 130 23 0 17 301 117 60
Binary 11010 10110000 11011010 1011000 10011 0 1111 11000001 1001111 110000

Color Harmonies of #1AB0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB0DA

Black with #1AB0DA

Text Example


Text Example

White with #1AB0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,176,218); }

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

background-color css

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

 a { background-color: rgb(26,176,218); }

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

border-color css

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

 span { border-color: rgb(26,176,218); }

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