Html Css Color HEX #2FA5B8 Pelorous

📋 copy color: '#2FA5B8'

red 47 ◦ green 165 ◦ blue 184

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

Shades of Pelorous #2FA5B8

Tints of Pelorous #2FA5B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.46%

R = 11.87%
G = 41.67%
B = 46.46%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2FA5B8 (or 0x2FA5B8) is known color: Pelorous. HEX triplet: 2F, A5 and B8. RGB value is (47,165,184). Sum of RGB (Red+Green+Blue) = 47+165+184=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 184 - color contains mainly: blue. Hex color #2FA5B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA5B8 is #D05A47. Grayscale: #838383. Windows color (decimal): -13654600 or 12100911. OLE color: 12100911.

HSL color Cylindrical-coordinate representation of color #2FA5B8: hue angle of 188.32º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FA5B8 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 47 165 184 -
CMYK 0.74 0.10 0 0.28
HSL 188.32º 0.59% 0.45% -
HSV(B) 188.32º 0.74% 0.72% -
XYZ 23.28 30.98 50.1 -
YUV 131.88 157.41 67.46 -
System Red Green Blue C M Y K H S L
Decimal 47 165 184 0.74 0.10 0 0.28 188.32 0.59 0.45
Hex 2F A5 B8 4A A 0 1C BC 3B 2D
Octal 57 245 270 112 12 0 34 274 73 55
Binary 101111 10100101 10111000 1001010 1010 0 11100 10111100 111011 101101

Color Harmonies of #2FA5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA5B8

Black with #2FA5B8

Text Example


Text Example

White with #2FA5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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