Html Css Color HEX #2FACD0 Summer Sky

📋 copy color: '#2FACD0'

red 47 ◦ green 172 ◦ blue 208

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

Shades of Summer Sky #2FACD0

Tints of Summer Sky #2FACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.71%

R = 11.01%
G = 40.28%
B = 48.71%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2FACD0 (or 0x2FACD0) is known color: Summer Sky. HEX triplet: 2F, AC and D0. RGB value is (47,172,208). Sum of RGB (Red+Green+Blue) = 47+172+208=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #2FACD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FACD0 is #D0532F. Grayscale: #8A8A8A. Windows color (decimal): -13652784 or 13675567. OLE color: 13675567.

HSL color Cylindrical-coordinate representation of color #2FACD0: hue angle of 193.42º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FACD0 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 47 172 208 -
CMYK 0.77 0.17 0 0.18
HSL 193.42º 0.63% 0.5% -
HSV(B) 193.42º 0.77% 0.82% -
XYZ 27.31 34.66 64.93 -
YUV 138.73 167.09 62.57 -
System Red Green Blue C M Y K H S L
Decimal 47 172 208 0.77 0.17 0 0.18 193.42 0.63 0.5
Hex 2F AC D0 4D 11 0 12 C1 3F 32
Octal 57 254 320 115 21 0 22 301 77 62
Binary 101111 10101100 11010000 1001101 10001 0 10010 11000001 111111 110010

Color Harmonies of #2FACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FACD0

Black with #2FACD0

Text Example


Text Example

White with #2FACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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