Html Css Color HEX #2ABECA Summer Sky

📋 copy color: '#2ABECA'

red 42 ◦ green 190 ◦ blue 202

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

Shades of Summer Sky #2ABECA

Tints of Summer Sky #2ABECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 9.68%
G = 43.78%
B = 46.54%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2ABECA (or 0x2ABECA) is known color: Summer Sky. HEX triplet: 2A, BE and CA. RGB value is (42,190,202). Sum of RGB (Red+Green+Blue) = 42+190+202=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #2ABECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABECA is #D54135. Grayscale: #929292. Windows color (decimal): -13975862 or 13286954. OLE color: 13286954.

HSL color Cylindrical-coordinate representation of color #2ABECA: hue angle of 184.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABECA is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 42 190 202 -
CMYK 0.79 0.06 0 0.21
HSL 184.5º 0.66% 0.48% -
HSV(B) 184.5º 0.79% 0.79% -
XYZ 30.03 41.58 62.32 -
YUV 147.12 158.97 53.02 -
System Red Green Blue C M Y K H S L
Decimal 42 190 202 0.79 0.06 0 0.21 184.5 0.66 0.48
Hex 2A BE CA 4F 6 0 15 B8 42 30
Octal 52 276 312 117 6 0 25 270 102 60
Binary 101010 10111110 11001010 1001111 110 0 10101 10111000 1000010 110000

Color Harmonies of #2ABECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABECA

Black with #2ABECA

Text Example


Text Example

White with #2ABECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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