Html Css Color HEX #2ABADC Summer Sky

📋 copy color: '#2ABADC'

red 42 ◦ green 186 ◦ blue 220

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

Shades of Summer Sky #2ABADC

Tints of Summer Sky #2ABADC

RGB

 RED value IS 42 (16.8% from 255) = 9.38%

 GREEN value IS 186 (73.05% from 255) = 41.52%

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 9.38%
G = 41.52%
B = 49.11%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2ABADC (or 0x2ABADC) is known color: Summer Sky. HEX triplet: 2A, BA and DC. RGB value is (42,186,220). Sum of RGB (Red+Green+Blue) = 42+186+220=448 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.38% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ABADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABADC is #D54523. Grayscale: #929292. Windows color (decimal): -13976868 or 14465578. OLE color: 14465578.

HSL color Cylindrical-coordinate representation of color #2ABADC: hue angle of 191.46º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ABADC is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 186 220 -
CMYK 0.81 0.15 0 0.14
HSL 191.46º 0.72% 0.51% -
HSV(B) 191.46º 0.81% 0.86% -
XYZ 31.43 40.78 73.92 -
YUV 146.82 169.29 53.24 -
System Red Green Blue C M Y K H S L
Decimal 42 186 220 0.81 0.15 0 0.14 191.46 0.72 0.51
Hex 2A BA DC 51 F 0 E BF 48 33
Octal 52 272 334 121 17 0 16 277 110 63
Binary 101010 10111010 11011100 1010001 1111 0 1110 10111111 1001000 110011

Color Harmonies of #2ABADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABADC

Black with #2ABADC

Text Example


Text Example

White with #2ABADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ABADC; }

 p { color: rgb(42,186,220); }

 H1.HeaderClassName
 {
   color: #2ABADC;
 }
 .AnyTagClassName
 {
   color: #2ABADC;
 }
</style>

background-color css

<style>
 a { background-color: #2ABADC; }

 a { background-color: rgb(42,186,220); }

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

border-color css

<style>
 span { border-color: #2ABADC; }

 span { border-color: rgb(42,186,220); }

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