Html Css Color HEX #63BCB1 Tradewind

📋 copy color: '#63BCB1'

red 99 ◦ green 188 ◦ blue 177

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

Shades of Tradewind #63BCB1

Tints of Tradewind #63BCB1

RGB

 RED value IS 99 (39.06% from 255) = 21.34%

 GREEN value IS 188 (73.83% from 255) = 40.52%

 BLUE value IS 177 (69.53% from 255) = 38.15%

R = 21.34%
G = 40.52%
B = 38.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#63BCB1 (or 0x63BCB1) is known color: Tradewind. HEX triplet: 63, BC and B1. RGB value is (99,188,177). Sum of RGB (Red+Green+Blue) = 99+188+177=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #63BCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BCB1 is #9C434E. Grayscale: #A0A0A0. Windows color (decimal): -10240847 or 11648099. OLE color: 11648099.

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

Color convert

RGB 99 188 177 -
CMYK 0.47 0 0.06 0.26
HSL 172.58º 0.4% 0.56% -
HSV(B) 172.58º 0.47% 0.74% -
XYZ 31.06 41.79 48.02 -
YUV 160.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 99 188 177 0.47 0 0.06 0.26 172.58 0.4 0.56
Hex 63 BC B1 2F 0 6 1A AD 28 38
Octal 143 274 261 57 0 6 32 255 50 70
Binary 1100011 10111100 10110001 101111 0 110 11010 10101101 101000 111000

Color Harmonies of #63BCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BCB1

Black with #63BCB1

Text Example


Text Example

White with #63BCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,188,177); }

 H1.HeaderClassName
 {
   color: #63BCB1;
 }
 .AnyTagClassName
 {
   color: #63BCB1;
 }
</style>

background-color css

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

 a { background-color: rgb(99,188,177); }

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

border-color css

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

 span { border-color: rgb(99,188,177); }

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