Html Css Color HEX #2AB9CA Summer Sky

📋 copy color: '#2AB9CA'

red 42 ◦ green 185 ◦ blue 202

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

Shades of Summer Sky #2AB9CA

Tints of Summer Sky #2AB9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.12%

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

R = 9.79%
G = 43.12%
B = 47.09%

CMYK

 C value IS 0.79

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2AB9CA (or 0x2AB9CA) is known color: Summer Sky. HEX triplet: 2A, B9 and CA. RGB value is (42,185,202). Sum of RGB (Red+Green+Blue) = 42+185+202=429 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.79% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #2AB9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB9CA is #D54635. Grayscale: #8F8F8F. Windows color (decimal): -13977142 or 13285674. OLE color: 13285674.

HSL color Cylindrical-coordinate representation of color #2AB9CA: hue angle of 186.38º 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 #2AB9CA is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 42 185 202 -
CMYK 0.79 0.08 0 0.21
HSL 186.38º 0.66% 0.48% -
HSV(B) 186.38º 0.79% 0.79% -
XYZ 28.96 39.45 61.97 -
YUV 144.18 160.62 55.12 -
System Red Green Blue C M Y K H S L
Decimal 42 185 202 0.79 0.08 0 0.21 186.38 0.66 0.48
Hex 2A B9 CA 4F 8 0 15 BA 42 30
Octal 52 271 312 117 10 0 25 272 102 60
Binary 101010 10111001 11001010 1001111 1000 0 10101 10111010 1000010 110000

Color Harmonies of #2AB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB9CA

Black with #2AB9CA

Text Example


Text Example

White with #2AB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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