Html Css Color HEX #2ABBC7 Summer Sky

📋 copy color: '#2ABBC7'

red 42 ◦ green 187 ◦ blue 199

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

Shades of Summer Sky #2ABBC7

Tints of Summer Sky #2ABBC7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.69%

 BLUE value IS 199 (78.13% from 255) = 46.5%

R = 9.81%
G = 43.69%
B = 46.5%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2ABBC7 (or 0x2ABBC7) is known color: Summer Sky. HEX triplet: 2A, BB and C7. RGB value is (42,187,199). Sum of RGB (Red+Green+Blue) = 42+187+199=428 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.81% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #2ABBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBC7 is #D54438. Grayscale: #909090. Windows color (decimal): -13976633 or 13089578. OLE color: 13089578.

HSL color Cylindrical-coordinate representation of color #2ABBC7: hue angle of 184.59º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABBC7 is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 42 187 199 -
CMYK 0.79 0.06 0 0.22
HSL 184.59º 0.65% 0.47% -
HSV(B) 184.59º 0.79% 0.78% -
XYZ 29.03 40.16 60.25 -
YUV 145.01 158.46 54.52 -
System Red Green Blue C M Y K H S L
Decimal 42 187 199 0.79 0.06 0 0.22 184.59 0.65 0.47
Hex 2A BB C7 4F 6 0 16 B9 41 2F
Octal 52 273 307 117 6 0 26 271 101 57
Binary 101010 10111011 11000111 1001111 110 0 10110 10111001 1000001 101111

Color Harmonies of #2ABBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABBC7

Black with #2ABBC7

Text Example


Text Example

White with #2ABBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,187,199); }

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

background-color css

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

 a { background-color: rgb(42,187,199); }

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

border-color css

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

 span { border-color: rgb(42,187,199); }

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