Html Css Color HEX #2ABCEF Summer Sky

📋 copy color: '#2ABCEF'

red 42 ◦ green 188 ◦ blue 239

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

Shades of Summer Sky #2ABCEF

Tints of Summer Sky #2ABCEF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.09%

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

R = 8.96%
G = 40.09%
B = 50.96%

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

#2ABCEF (or 0x2ABCEF) is known color: Summer Sky. HEX triplet: 2A, BC and EF. RGB value is (42,188,239). Sum of RGB (Red+Green+Blue) = 42+188+239=469 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.96% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ABCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABCEF is #D54310. Grayscale: #959595. Windows color (decimal): -13976337 or 15711274. OLE color: 15711274.

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

Color convert

RGB 42 188 239 -
CMYK 0.82 0.21 0 0.06
HSL 195.53º 0.86% 0.55% -
HSV(B) 195.53º 0.82% 0.94% -
XYZ 34.52 42.69 88.08 -
YUV 150.16 178.13 50.85 -
System Red Green Blue C M Y K H S L
Decimal 42 188 239 0.82 0.21 0 0.06 195.53 0.86 0.55
Hex 2A BC EF 52 15 0 6 C4 56 37
Octal 52 274 357 122 25 0 6 304 126 67
Binary 101010 10111100 11101111 1010010 10101 0 110 11000100 1010110 110111

Color Harmonies of #2ABCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABCEF

Black with #2ABCEF

Text Example


Text Example

White with #2ABCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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