Html Css Color HEX #2FA5BE Pelorous

📋 copy color: '#2FA5BE'

red 47 ◦ green 165 ◦ blue 190

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

Shades of Pelorous #2FA5BE

Tints of Pelorous #2FA5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.04%

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 11.69%
G = 41.04%
B = 47.26%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2FA5BE (or 0x2FA5BE) is known color: Pelorous. HEX triplet: 2F, A5 and BE. RGB value is (47,165,190). Sum of RGB (Red+Green+Blue) = 47+165+190=402 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.69% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #2FA5BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA5BE is #D05A41. Grayscale: #848484. Windows color (decimal): -13654594 or 12494127. OLE color: 12494127.

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

Color convert

RGB 47 165 190 -
CMYK 0.75 0.13 0 0.25
HSL 190.49º 0.6% 0.46% -
HSV(B) 190.49º 0.75% 0.75% -
XYZ 23.92 31.23 53.48 -
YUV 132.57 160.41 66.97 -
System Red Green Blue C M Y K H S L
Decimal 47 165 190 0.75 0.13 0 0.25 190.49 0.6 0.46
Hex 2F A5 BE 4B D 0 19 BE 3C 2E
Octal 57 245 276 113 15 0 31 276 74 56
Binary 101111 10100101 10111110 1001011 1101 0 11001 10111110 111100 101110

Color Harmonies of #2FA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA5BE

Black with #2FA5BE

Text Example


Text Example

White with #2FA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,165,190); }

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

background-color css

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

 a { background-color: rgb(47,165,190); }

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

border-color css

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

 span { border-color: rgb(47,165,190); }

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