Html Css Color HEX #2FAECB Summer Sky

📋 copy color: '#2FAECB'

red 47 ◦ green 174 ◦ blue 203

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

Shades of Summer Sky #2FAECB

Tints of Summer Sky #2FAECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 11.08%
G = 41.04%
B = 47.88%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2FAECB (or 0x2FAECB) is known color: Summer Sky. HEX triplet: 2F, AE and CB. RGB value is (47,174,203). Sum of RGB (Red+Green+Blue) = 47+174+203=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #2FAECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAECB is #D05134. Grayscale: #8B8B8B. Windows color (decimal): -13652277 or 13348399. OLE color: 13348399.

HSL color Cylindrical-coordinate representation of color #2FAECB: hue angle of 191.15º degrees, saturation: 0.62, 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 #2FAECB is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 174 203 -
CMYK 0.77 0.14 0 0.20
HSL 191.15º 0.62% 0.49% -
HSV(B) 191.15º 0.77% 0.8% -
XYZ 27.09 35.19 61.86 -
YUV 139.33 163.92 62.14 -
System Red Green Blue C M Y K H S L
Decimal 47 174 203 0.77 0.14 0 0.20 191.15 0.62 0.49
Hex 2F AE CB 4D E 0 14 BF 3E 31
Octal 57 256 313 115 16 0 24 277 76 61
Binary 101111 10101110 11001011 1001101 1110 0 10100 10111111 111110 110001

Color Harmonies of #2FAECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAECB

Black with #2FAECB

Text Example


Text Example

White with #2FAECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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