Html Css Color HEX #2ABAEF Summer Sky

📋 copy color: '#2ABAEF'

red 42 ◦ green 186 ◦ blue 239

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

Shades of Summer Sky #2ABAEF

Tints of Summer Sky #2ABAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.18%

R = 8.99%
G = 39.83%
B = 51.18%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2ABAEF (or 0x2ABAEF) is known color: Summer Sky. HEX triplet: 2A, BA and EF. RGB value is (42,186,239). Sum of RGB (Red+Green+Blue) = 42+186+239=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ABAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABAEF is #D54510. Grayscale: #949494. Windows color (decimal): -13976849 or 15710762. OLE color: 15710762.

HSL color Cylindrical-coordinate representation of color #2ABAEF: hue angle of 196.14º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ABAEF is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 42 186 239 -
CMYK 0.82 0.22 0 0.06
HSL 196.14º 0.86% 0.55% -
HSV(B) 196.14º 0.82% 0.94% -
XYZ 34.09 41.84 87.94 -
YUV 148.99 178.79 51.69 -
System Red Green Blue C M Y K H S L
Decimal 42 186 239 0.82 0.22 0 0.06 196.14 0.86 0.55
Hex 2A BA EF 52 16 0 6 C4 56 37
Octal 52 272 357 122 26 0 6 304 126 67
Binary 101010 10111010 11101111 1010010 10110 0 110 11000100 1010110 110111

Color Harmonies of #2ABAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABAEF

Black with #2ABAEF

Text Example


Text Example

White with #2ABAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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