Html Css Color HEX #2ABECF Summer Sky

📋 copy color: '#2ABECF'

red 42 ◦ green 190 ◦ blue 207

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

Shades of Summer Sky #2ABECF

Tints of Summer Sky #2ABECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 9.57%
G = 43.28%
B = 47.15%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2ABECF (or 0x2ABECF) is known color: Summer Sky. HEX triplet: 2A, BE and CF. RGB value is (42,190,207). Sum of RGB (Red+Green+Blue) = 42+190+207=439 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.57% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #2ABECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABECF is #D54130. Grayscale: #939393. Windows color (decimal): -13975857 or 13614634. OLE color: 13614634.

HSL color Cylindrical-coordinate representation of color #2ABECF: hue angle of 186.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ABECF is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 190 207 -
CMYK 0.80 0.08 0 0.19
HSL 186.18º 0.66% 0.49% -
HSV(B) 186.18º 0.8% 0.81% -
XYZ 30.63 41.82 65.49 -
YUV 147.69 161.47 52.62 -
System Red Green Blue C M Y K H S L
Decimal 42 190 207 0.80 0.08 0 0.19 186.18 0.66 0.49
Hex 2A BE CF 50 8 0 13 BA 42 31
Octal 52 276 317 120 10 0 23 272 102 61
Binary 101010 10111110 11001111 1010000 1000 0 10011 10111010 1000010 110001

Color Harmonies of #2ABECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABECF

Black with #2ABECF

Text Example


Text Example

White with #2ABECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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