Html Css Color HEX #2FABBC Pelorous

📋 copy color: '#2FABBC'

red 47 ◦ green 171 ◦ blue 188

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

Shades of Pelorous #2FABBC

Tints of Pelorous #2FABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.12%

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

R = 11.58%
G = 42.12%
B = 46.31%

CMYK

 C value IS 0.75

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2FABBC (or 0x2FABBC) is known color: Pelorous. HEX triplet: 2F, AB and BC. RGB value is (47,171,188). Sum of RGB (Red+Green+Blue) = 47+171+188=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #2FABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FABBC is #D05443. Grayscale: #878787. Windows color (decimal): -13653060 or 12364591. OLE color: 12364591.

HSL color Cylindrical-coordinate representation of color #2FABBC: hue angle of 187.23º 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 #2FABBC is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 171 188 -
CMYK 0.75 0.09 0 0.26
HSL 187.23º 0.6% 0.46% -
HSV(B) 187.23º 0.75% 0.74% -
XYZ 24.81 33.36 52.71 -
YUV 135.86 157.42 64.62 -
System Red Green Blue C M Y K H S L
Decimal 47 171 188 0.75 0.09 0 0.26 187.23 0.6 0.46
Hex 2F AB BC 4B 9 0 1A BB 3C 2E
Octal 57 253 274 113 11 0 32 273 74 56
Binary 101111 10101011 10111100 1001011 1001 0 11010 10111011 111100 101110

Color Harmonies of #2FABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FABBC

Black with #2FABBC

Text Example


Text Example

White with #2FABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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