Html Css Color HEX #2ABEEF Summer Sky

📋 copy color: '#2ABEEF'

red 42 ◦ green 190 ◦ blue 239

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

Shades of Summer Sky #2ABEEF

Tints of Summer Sky #2ABEEF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.34%

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

R = 8.92%
G = 40.34%
B = 50.74%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2ABEEF (or 0x2ABEEF) is known color: Summer Sky. HEX triplet: 2A, BE and EF. RGB value is (42,190,239). Sum of RGB (Red+Green+Blue) = 42+190+239=471 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.92% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ABEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABEEF is #D54110. Grayscale: #969696. Windows color (decimal): -13975825 or 15711786. OLE color: 15711786.

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

Color convert

RGB 42 190 239 -
CMYK 0.82 0.21 0 0.06
HSL 194.92º 0.86% 0.55% -
HSV(B) 194.92º 0.82% 0.94% -
XYZ 34.95 43.55 88.23 -
YUV 151.33 177.47 50.02 -
System Red Green Blue C M Y K H S L
Decimal 42 190 239 0.82 0.21 0 0.06 194.92 0.86 0.55
Hex 2A BE EF 52 15 0 6 C3 56 37
Octal 52 276 357 122 25 0 6 303 126 67
Binary 101010 10111110 11101111 1010010 10101 0 110 11000011 1010110 110111

Color Harmonies of #2ABEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABEEF

Black with #2ABEEF

Text Example


Text Example

White with #2ABEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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