Html Css Color HEX #47BDB4 Puerto Rico

📋 copy color: '#47BDB4'

red 71 ◦ green 189 ◦ blue 180

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

Shades of Puerto Rico #47BDB4

Tints of Puerto Rico #47BDB4

RGB

 RED value IS 71 (28.13% from 255) = 16.14%

 GREEN value IS 189 (74.22% from 255) = 42.95%

 BLUE value IS 180 (70.7% from 255) = 40.91%

R = 16.14%
G = 42.95%
B = 40.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#47BDB4 (or 0x47BDB4) is known color: Puerto Rico. HEX triplet: 47, BD and B4. RGB value is (71,189,180). Sum of RGB (Red+Green+Blue) = 71+189+180=440 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.14% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #47BDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BDB4 is #B8424B. Grayscale: #989898. Windows color (decimal): -12075596 or 11844935. OLE color: 11844935.

HSL color Cylindrical-coordinate representation of color #47BDB4: hue angle of 175.42º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BDB4 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 189 180 -
CMYK 0.62 0 0.05 0.26
HSL 175.42º 0.47% 0.51% -
HSV(B) 175.42º 0.62% 0.74% -
XYZ 29.03 41.03 49.57 -
YUV 152.69 143.41 69.73 -
System Red Green Blue C M Y K H S L
Decimal 71 189 180 0.62 0 0.05 0.26 175.42 0.47 0.51
Hex 47 BD B4 3E 0 5 1A AF 2F 33
Octal 107 275 264 76 0 5 32 257 57 63
Binary 1000111 10111101 10110100 111110 0 101 11010 10101111 101111 110011

Color Harmonies of #47BDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BDB4

Black with #47BDB4

Text Example


Text Example

White with #47BDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47BDB4; }

 p { color: rgb(71,189,180); }

 H1.HeaderClassName
 {
   color: #47BDB4;
 }
 .AnyTagClassName
 {
   color: #47BDB4;
 }
</style>

background-color css

<style>
 a { background-color: #47BDB4; }

 a { background-color: rgb(71,189,180); }

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

border-color css

<style>
 span { border-color: #47BDB4; }

 span { border-color: rgb(71,189,180); }

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