Html Css Color HEX #2ABBEA Summer Sky

📋 copy color: '#2ABBEA'

red 42 ◦ green 187 ◦ blue 234

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

Shades of Summer Sky #2ABBEA

Tints of Summer Sky #2ABBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.54%

R = 9.07%
G = 40.39%
B = 50.54%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2ABBEA (or 0x2ABBEA) is known color: Summer Sky. HEX triplet: 2A, BB and EA. RGB value is (42,187,234). Sum of RGB (Red+Green+Blue) = 42+187+234=463 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.07% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #2ABBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABBEA is #D54415. Grayscale: #949494. Windows color (decimal): -13976598 or 15383338. OLE color: 15383338.

HSL color Cylindrical-coordinate representation of color #2ABBEA: hue angle of 194.69º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ABBEA is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 187 234 -
CMYK 0.82 0.20 0 0.08
HSL 194.69º 0.82% 0.54% -
HSV(B) 194.69º 0.82% 0.92% -
XYZ 33.58 41.97 84.17 -
YUV 149 175.96 51.68 -
System Red Green Blue C M Y K H S L
Decimal 42 187 234 0.82 0.20 0 0.08 194.69 0.82 0.54
Hex 2A BB EA 52 14 0 8 C3 52 36
Octal 52 273 352 122 24 0 10 303 122 66
Binary 101010 10111011 11101010 1010010 10100 0 1000 11000011 1010010 110110

Color Harmonies of #2ABBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABBEA

Black with #2ABBEA

Text Example


Text Example

White with #2ABBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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