Html Css Color HEX #2FACC5 Summer Sky

📋 copy color: '#2FACC5'

red 47 ◦ green 172 ◦ blue 197

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

Shades of Summer Sky #2FACC5

Tints of Summer Sky #2FACC5

RGB

 RED value IS 47 (18.75% from 255) = 11.3%

 GREEN value IS 172 (67.58% from 255) = 41.35%

 BLUE value IS 197 (77.34% from 255) = 47.36%

R = 11.3%
G = 41.35%
B = 47.36%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2FACC5 (or 0x2FACC5) is known color: Summer Sky. HEX triplet: 2F, AC and C5. RGB value is (47,172,197). Sum of RGB (Red+Green+Blue) = 47+172+197=416 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.30% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 197 - color contains mainly: blue. Hex color #2FACC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FACC5 is #D0533A. Grayscale: #898989. Windows color (decimal): -13652795 or 12954671. OLE color: 12954671.

HSL color Cylindrical-coordinate representation of color #2FACC5: hue angle of 190º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FACC5 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 47 172 197 -
CMYK 0.76 0.13 0 0.23
HSL 190º 0.61% 0.48% -
HSV(B) 190º 0.76% 0.77% -
XYZ 26 34.14 58.04 -
YUV 137.48 161.59 63.47 -
System Red Green Blue C M Y K H S L
Decimal 47 172 197 0.76 0.13 0 0.23 190 0.61 0.48
Hex 2F AC C5 4C D 0 17 BE 3D 30
Octal 57 254 305 114 15 0 27 276 75 60
Binary 101111 10101100 11000101 1001100 1101 0 10111 10111110 111101 110000

Color Harmonies of #2FACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FACC5

Black with #2FACC5

Text Example


Text Example

White with #2FACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,172,197); }

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

background-color css

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

 a { background-color: rgb(47,172,197); }

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

border-color css

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

 span { border-color: rgb(47,172,197); }

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