Html Css Color HEX #2AB6CD Summer Sky

📋 copy color: '#2AB6CD'

red 42 ◦ green 182 ◦ blue 205

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

Shades of Summer Sky #2AB6CD

Tints of Summer Sky #2AB6CD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.42%

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

R = 9.79%
G = 42.42%
B = 47.79%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2AB6CD (or 0x2AB6CD) is known color: Summer Sky. HEX triplet: 2A, B6 and CD. RGB value is (42,182,205). Sum of RGB (Red+Green+Blue) = 42+182+205=429 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.79% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #2AB6CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB6CD is #D54932. Grayscale: #8E8E8E. Windows color (decimal): -13977907 or 13481514. OLE color: 13481514.

HSL color Cylindrical-coordinate representation of color #2AB6CD: hue angle of 188.47º 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 #2AB6CD is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 182 205 -
CMYK 0.80 0.11 0 0.20
HSL 188.47º 0.66% 0.48% -
HSV(B) 188.47º 0.8% 0.8% -
XYZ 28.7 38.36 63.65 -
YUV 142.76 163.12 56.13 -
System Red Green Blue C M Y K H S L
Decimal 42 182 205 0.80 0.11 0 0.20 188.47 0.66 0.48
Hex 2A B6 CD 50 B 0 14 BC 42 30
Octal 52 266 315 120 13 0 24 274 102 60
Binary 101010 10110110 11001101 1010000 1011 0 10100 10111100 1000010 110000

Color Harmonies of #2AB6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB6CD

Black with #2AB6CD

Text Example


Text Example

White with #2AB6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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