Html Css Color HEX #2FACCC Summer Sky

📋 copy color: '#2FACCC'

red 47 ◦ green 172 ◦ blue 204

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

Shades of Summer Sky #2FACCC

Tints of Summer Sky #2FACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 11.11%
G = 40.66%
B = 48.23%

CMYK

 C value IS 0.77

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2FACCC (or 0x2FACCC) is known color: Summer Sky. HEX triplet: 2F, AC and CC. RGB value is (47,172,204). Sum of RGB (Red+Green+Blue) = 47+172+204=423 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.11% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #2FACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FACCC is #D05333. Grayscale: #8A8A8A. Windows color (decimal): -13652788 or 13413423. OLE color: 13413423.

HSL color Cylindrical-coordinate representation of color #2FACCC: hue angle of 192.23º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FACCC is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 47 172 204 -
CMYK 0.77 0.16 0 0.2
HSL 192.23º 0.63% 0.49% -
HSV(B) 192.23º 0.77% 0.8% -
XYZ 26.82 34.47 62.37 -
YUV 138.27 165.09 62.9 -
System Red Green Blue C M Y K H S L
Decimal 47 172 204 0.77 0.16 0 0.2 192.23 0.63 0.49
Hex 2F AC CC 4D 10 0 14 C0 3F 31
Octal 57 254 314 115 20 0 24 300 77 61
Binary 101111 10101100 11001100 1001101 10000 0 10100 11000000 111111 110001

Color Harmonies of #2FACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FACCC

Black with #2FACCC

Text Example


Text Example

White with #2FACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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