Html Css Color HEX #2ABBEF Summer Sky

📋 copy color: '#2ABBEF'

red 42 ◦ green 187 ◦ blue 239

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

Shades of Summer Sky #2ABBEF

Tints of Summer Sky #2ABBEF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.96%

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

R = 8.97%
G = 39.96%
B = 51.07%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2ABBEF (or 0x2ABBEF) is known color: Summer Sky. HEX triplet: 2A, BB and EF. RGB value is (42,187,239). Sum of RGB (Red+Green+Blue) = 42+187+239=468 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.97% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ABBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABBEF is #D54410. Grayscale: #959595. Windows color (decimal): -13976593 or 15711018. OLE color: 15711018.

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

Color convert

RGB 42 187 239 -
CMYK 0.82 0.22 0 0.06
HSL 195.84º 0.86% 0.55% -
HSV(B) 195.84º 0.82% 0.94% -
XYZ 34.31 42.26 88.01 -
YUV 149.57 178.46 51.27 -
System Red Green Blue C M Y K H S L
Decimal 42 187 239 0.82 0.22 0 0.06 195.84 0.86 0.55
Hex 2A BB EF 52 16 0 6 C4 56 37
Octal 52 273 357 122 26 0 6 304 126 67
Binary 101010 10111011 11101111 1010010 10110 0 110 11000100 1010110 110111

Color Harmonies of #2ABBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABBEF

Black with #2ABBEF

Text Example


Text Example

White with #2ABBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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