Html Css Color HEX #2FAECC Summer Sky

📋 copy color: '#2FAECC'

red 47 ◦ green 174 ◦ blue 204

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

Shades of Summer Sky #2FAECC

Tints of Summer Sky #2FAECC

RGB

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

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

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

R = 11.06%
G = 40.94%
B = 48%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2FAECC (or 0x2FAECC) is known color: Summer Sky. HEX triplet: 2F, AE and CC. RGB value is (47,174,204). Sum of RGB (Red+Green+Blue) = 47+174+204=425 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.06% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #2FAECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAECC is #D05133. Grayscale: #8B8B8B. Windows color (decimal): -13652276 or 13413935. OLE color: 13413935.

HSL color Cylindrical-coordinate representation of color #2FAECC: hue angle of 191.46º 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 #2FAECC is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 47 174 204 -
CMYK 0.77 0.15 0 0.2
HSL 191.47º 0.63% 0.49% -
HSV(B) 191.47º 0.77% 0.8% -
XYZ 27.21 35.24 62.49 -
YUV 139.45 164.42 62.06 -
System Red Green Blue C M Y K H S L
Decimal 47 174 204 0.77 0.15 0 0.2 191.47 0.63 0.49
Hex 2F AE CC 4D F 0 14 BF 3F 31
Octal 57 256 314 115 17 0 24 277 77 61
Binary 101111 10101110 11001100 1001101 1111 0 10100 10111111 111111 110001

Color Harmonies of #2FAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAECC

Black with #2FAECC

Text Example


Text Example

White with #2FAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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