#63BDB0

Color #63BDB0 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #63BDB0

Tints of Puerto Rico #63BDB0

Color information

#63BDB0 (or 0x63BDB0) is unknown color: approx Puerto Rico. HEX triplet: 63, BD and B0. RGB value is (99,189,176). Sum of RGB (Red+Green+Blue) = 99+189+176=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #63BDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BDB0 is #9C424F. Grayscale: #A0A0A0. Windows color (decimal): -10240592 or 11582819. OLE color: 11582819.

HSL color Cylindrical-coordinate representation of color #63BDB0: hue angle of 171.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BDB0 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB99189176-
CMYK0.4800.070.26
HSL171.33º40.54%56.47%-
HSV(B)171.33º47.62%74.12%-
XYZ31.1842.1847.57-
YUV160.61136.6884.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.34%
GREEN value IS 189 (74.22% from 255) = 40.73%
BLUE value IS 176 (69.14% from 255) = 37.93%
R=21.34%
G=40.73%
B=37.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991891760.4800.070.26171.3340.5456.47
Hex63BDB030071Aab2938
Octal1432752606007322535170
Binary1100011101111011011000011000001111101010101011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63BDB0; }

 p { color: rgb(99,189,176); }

 H1.HeaderClassName
 {
   color: #63BDB0;
 }
 .AnyTagClassName
 {
   color: #63BDB0;
 }
</style>
background-color css

<style>
 a { background-color: #63BDB0; }

 a { background-color: rgb(99,189,176); }

 div.DivClassName
 {
   background-color: #63BDB0;
 }
 .BgClassName
 {
   background-color: #63BDB0;
 }
</style>
border-color css

<style>
 span { border-color: #63BDB0; }

 span { border-color: rgb(99,189,176); }

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