Html Css Color HEX #2AB8EF Summer Sky

📋 copy color: '#2AB8EF'

red 42 ◦ green 184 ◦ blue 239

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

Shades of Summer Sky #2AB8EF

Tints of Summer Sky #2AB8EF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.57%

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

R = 9.03%
G = 39.57%
B = 51.4%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2AB8EF (or 0x2AB8EF) is known color: Summer Sky. HEX triplet: 2A, B8 and EF. RGB value is (42,184,239). Sum of RGB (Red+Green+Blue) = 42+184+239=465 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.03% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #2AB8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AB8EF is #D54710. Grayscale: #939393. Windows color (decimal): -13977361 or 15710250. OLE color: 15710250.

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

Color convert

RGB 42 184 239 -
CMYK 0.82 0.23 0 0.06
HSL 196.75º 0.86% 0.55% -
HSV(B) 196.75º 0.82% 0.94% -
XYZ 33.68 41.01 87.8 -
YUV 147.81 179.46 52.53 -
System Red Green Blue C M Y K H S L
Decimal 42 184 239 0.82 0.23 0 0.06 196.75 0.86 0.55
Hex 2A B8 EF 52 17 0 6 C5 56 37
Octal 52 270 357 122 27 0 6 305 126 67
Binary 101010 10111000 11101111 1010010 10111 0 110 11000101 1010110 110111

Color Harmonies of #2AB8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB8EF

Black with #2AB8EF

Text Example


Text Example

White with #2AB8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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