Html Css Color HEX #2FAEDC Summer Sky

📋 copy color: '#2FAEDC'

red 47 ◦ green 174 ◦ blue 220

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

Shades of Summer Sky #2FAEDC

Tints of Summer Sky #2FAEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.46%

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 10.66%
G = 39.46%
B = 49.89%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2FAEDC (or 0x2FAEDC) is known color: Summer Sky. HEX triplet: 2F, AE and DC. RGB value is (47,174,220). Sum of RGB (Red+Green+Blue) = 47+174+220=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FAEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAEDC is #D05123. Grayscale: #8C8C8C. Windows color (decimal): -13652260 or 14462511. OLE color: 14462511.

HSL color Cylindrical-coordinate representation of color #2FAEDC: hue angle of 195.95º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FAEDC is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 174 220 -
CMYK 0.79 0.21 0 0.14
HSL 195.95º 0.71% 0.52% -
HSV(B) 195.95º 0.79% 0.86% -
XYZ 29.23 36.04 73.13 -
YUV 141.27 172.42 60.76 -
System Red Green Blue C M Y K H S L
Decimal 47 174 220 0.79 0.21 0 0.14 195.95 0.71 0.52
Hex 2F AE DC 4F 15 0 E C4 47 34
Octal 57 256 334 117 25 0 16 304 107 64
Binary 101111 10101110 11011100 1001111 10101 0 1110 11000100 1000111 110100

Color Harmonies of #2FAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAEDC

Black with #2FAEDC

Text Example


Text Example

White with #2FAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,174,220); }

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

background-color css

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

 a { background-color: rgb(47,174,220); }

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

border-color css

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

 span { border-color: rgb(47,174,220); }

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