Html Css Color HEX #2ABAEA Summer Sky

📋 copy color: '#2ABAEA'

red 42 ◦ green 186 ◦ blue 234

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

Shades of Summer Sky #2ABAEA

Tints of Summer Sky #2ABAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.26%

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

R = 9.09%
G = 40.26%
B = 50.65%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2ABAEA (or 0x2ABAEA) is known color: Summer Sky. HEX triplet: 2A, BA and EA. RGB value is (42,186,234). Sum of RGB (Red+Green+Blue) = 42+186+234=462 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.09% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #2ABAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABAEA is #D54515. Grayscale: #949494. Windows color (decimal): -13976854 or 15383082. OLE color: 15383082.

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

Color convert

RGB 42 186 234 -
CMYK 0.82 0.21 0 0.08
HSL 195º 0.82% 0.54% -
HSV(B) 195º 0.82% 0.92% -
XYZ 33.37 41.55 84.1 -
YUV 148.42 176.29 52.1 -
System Red Green Blue C M Y K H S L
Decimal 42 186 234 0.82 0.21 0 0.08 195 0.82 0.54
Hex 2A BA EA 52 15 0 8 C3 52 36
Octal 52 272 352 122 25 0 10 303 122 66
Binary 101010 10111010 11101010 1010010 10101 0 1000 11000011 1010010 110110

Color Harmonies of #2ABAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABAEA

Black with #2ABAEA

Text Example


Text Example

White with #2ABAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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