Html Css Color HEX #2AB4CD Summer Sky

📋 copy color: '#2AB4CD'

red 42 ◦ green 180 ◦ blue 205

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

Shades of Summer Sky #2AB4CD

Tints of Summer Sky #2AB4CD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.15%

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 9.84%
G = 42.15%
B = 48.01%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2AB4CD (or 0x2AB4CD) is known color: Summer Sky. HEX triplet: 2A, B4 and CD. RGB value is (42,180,205). Sum of RGB (Red+Green+Blue) = 42+180+205=427 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.84% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #2AB4CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB4CD is #D54B32. Grayscale: #8D8D8D. Windows color (decimal): -13978419 or 13481002. OLE color: 13481002.

HSL color Cylindrical-coordinate representation of color #2AB4CD: hue angle of 189.2º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AB4CD is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 180 205 -
CMYK 0.80 0.12 0 0.20
HSL 189.2º 0.66% 0.48% -
HSV(B) 189.2º 0.8% 0.8% -
XYZ 28.3 37.54 63.51 -
YUV 141.59 163.78 56.97 -
System Red Green Blue C M Y K H S L
Decimal 42 180 205 0.80 0.12 0 0.20 189.2 0.66 0.48
Hex 2A B4 CD 50 C 0 14 BD 42 30
Octal 52 264 315 120 14 0 24 275 102 60
Binary 101010 10110100 11001101 1010000 1100 0 10100 10111101 1000010 110000

Color Harmonies of #2AB4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB4CD

Black with #2AB4CD

Text Example


Text Example

White with #2AB4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,180,205); }

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

background-color css

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

 a { background-color: rgb(42,180,205); }

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

border-color css

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

 span { border-color: rgb(42,180,205); }

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