Html Css Color HEX #2ABEDC Summer Sky

📋 copy color: '#2ABEDC'

red 42 ◦ green 190 ◦ blue 220

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

Shades of Summer Sky #2ABEDC

Tints of Summer Sky #2ABEDC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.04%

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

R = 9.29%
G = 42.04%
B = 48.67%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2ABEDC (or 0x2ABEDC) is known color: Summer Sky. HEX triplet: 2A, BE and DC. RGB value is (42,190,220). Sum of RGB (Red+Green+Blue) = 42+190+220=452 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.29% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ABEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABEDC is #D54123. Grayscale: #949494. Windows color (decimal): -13975844 or 14466602. OLE color: 14466602.

HSL color Cylindrical-coordinate representation of color #2ABEDC: hue angle of 190.11º 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 #2ABEDC is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 190 220 -
CMYK 0.81 0.14 0 0.14
HSL 190.11º 0.72% 0.51% -
HSV(B) 190.11º 0.81% 0.86% -
XYZ 32.29 42.49 74.21 -
YUV 149.17 167.97 51.56 -
System Red Green Blue C M Y K H S L
Decimal 42 190 220 0.81 0.14 0 0.14 190.11 0.72 0.51
Hex 2A BE DC 51 E 0 E BE 48 33
Octal 52 276 334 121 16 0 16 276 110 63
Binary 101010 10111110 11011100 1010001 1110 0 1110 10111110 1001000 110011

Color Harmonies of #2ABEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABEDC

Black with #2ABEDC

Text Example


Text Example

White with #2ABEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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