Html Css Color HEX #2AB0EF Summer Sky

📋 copy color: '#2AB0EF'

red 42 ◦ green 176 ◦ blue 239

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

Shades of Summer Sky #2AB0EF

Tints of Summer Sky #2AB0EF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.51%

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

R = 9.19%
G = 38.51%
B = 52.3%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2AB0EF (or 0x2AB0EF) is known color: Summer Sky. HEX triplet: 2A, B0 and EF. RGB value is (42,176,239). Sum of RGB (Red+Green+Blue) = 42+176+239=457 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.19% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #2AB0EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AB0EF is #D54F10. Grayscale: #8E8E8E. Windows color (decimal): -13979409 or 15708202. OLE color: 15708202.

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

Color convert

RGB 42 176 239 -
CMYK 0.82 0.26 0 0.06
HSL 199.19º 0.86% 0.55% -
HSV(B) 199.19º 0.82% 0.94% -
XYZ 32.06 37.77 87.26 -
YUV 143.12 182.11 55.88 -
System Red Green Blue C M Y K H S L
Decimal 42 176 239 0.82 0.26 0 0.06 199.19 0.86 0.55
Hex 2A B0 EF 52 1A 0 6 C7 56 37
Octal 52 260 357 122 32 0 6 307 126 67
Binary 101010 10110000 11101111 1010010 11010 0 110 11000111 1010110 110111

Color Harmonies of #2AB0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB0EF

Black with #2AB0EF

Text Example


Text Example

White with #2AB0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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