Html Css Color HEX #2FAEBC Pelorous

📋 copy color: '#2FAEBC'

red 47 ◦ green 174 ◦ blue 188

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

Shades of Pelorous #2FAEBC

Tints of Pelorous #2FAEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 11.49%
G = 42.54%
B = 45.97%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2FAEBC (or 0x2FAEBC) is known color: Pelorous. HEX triplet: 2F, AE and BC. RGB value is (47,174,188). Sum of RGB (Red+Green+Blue) = 47+174+188=409 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.49% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #2FAEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAEBC is #D05143. Grayscale: #898989. Windows color (decimal): -13652292 or 12365359. OLE color: 12365359.

HSL color Cylindrical-coordinate representation of color #2FAEBC: hue angle of 185.96º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FAEBC is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 174 188 -
CMYK 0.75 0.07 0 0.26
HSL 185.96º 0.6% 0.46% -
HSV(B) 185.96º 0.75% 0.74% -
XYZ 25.39 34.51 52.9 -
YUV 137.62 156.42 63.36 -
System Red Green Blue C M Y K H S L
Decimal 47 174 188 0.75 0.07 0 0.26 185.96 0.6 0.46
Hex 2F AE BC 4B 7 0 1A BA 3C 2E
Octal 57 256 274 113 7 0 32 272 74 56
Binary 101111 10101110 10111100 1001011 111 0 11010 10111010 111100 101110

Color Harmonies of #2FAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAEBC

Black with #2FAEBC

Text Example


Text Example

White with #2FAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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