Html Css Color HEX #2AB3EF Summer Sky

📋 copy color: '#2AB3EF'

red 42 ◦ green 179 ◦ blue 239

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

Shades of Summer Sky #2AB3EF

Tints of Summer Sky #2AB3EF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.91%

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

R = 9.13%
G = 38.91%
B = 51.96%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2AB3EF (or 0x2AB3EF) is known color: Summer Sky. HEX triplet: 2A, B3 and EF. RGB value is (42,179,239). Sum of RGB (Red+Green+Blue) = 42+179+239=460 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.13% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #2AB3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AB3EF is #D54C10. Grayscale: #909090. Windows color (decimal): -13978641 or 15708970. OLE color: 15708970.

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

Color convert

RGB 42 179 239 -
CMYK 0.82 0.25 0 0.06
HSL 198.27º 0.86% 0.55% -
HSV(B) 198.27º 0.82% 0.94% -
XYZ 32.65 38.96 87.46 -
YUV 144.88 181.11 54.62 -
System Red Green Blue C M Y K H S L
Decimal 42 179 239 0.82 0.25 0 0.06 198.27 0.86 0.55
Hex 2A B3 EF 52 19 0 6 C6 56 37
Octal 52 263 357 122 31 0 6 306 126 67
Binary 101010 10110011 11101111 1010010 11001 0 110 11000110 1010110 110111

Color Harmonies of #2AB3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB3EF

Black with #2AB3EF

Text Example


Text Example

White with #2AB3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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