Html Css Color HEX #2ABAEB Summer Sky

📋 copy color: '#2ABAEB'

red 42 ◦ green 186 ◦ blue 235

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

Shades of Summer Sky #2ABAEB

Tints of Summer Sky #2ABAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 9.07%
G = 40.17%
B = 50.76%

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

#2ABAEB (or 0x2ABAEB) is known color: Summer Sky. HEX triplet: 2A, BA and EB. RGB value is (42,186,235). Sum of RGB (Red+Green+Blue) = 42+186+235=463 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.07% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #2ABAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABAEB is #D54514. Grayscale: #949494. Windows color (decimal): -13976853 or 15448618. OLE color: 15448618.

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

Color convert

RGB 42 186 235 -
CMYK 0.82 0.21 0 0.08
HSL 195.23º 0.83% 0.54% -
HSV(B) 195.23º 0.82% 0.92% -
XYZ 33.51 41.61 84.86 -
YUV 148.53 176.79 52.02 -
System Red Green Blue C M Y K H S L
Decimal 42 186 235 0.82 0.21 0 0.08 195.23 0.83 0.54
Hex 2A BA EB 52 15 0 8 C3 53 36
Octal 52 272 353 122 25 0 10 303 123 66
Binary 101010 10111010 11101011 1010010 10101 0 1000 11000011 1010011 110110

Color Harmonies of #2ABAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABAEB

Black with #2ABAEB

Text Example


Text Example

White with #2ABAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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