Html Css Color HEX #63BCB2 Tradewind

📋 copy color: '#63BCB2'

red 99 ◦ green 188 ◦ blue 178

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

Shades of Tradewind #63BCB2

Tints of Tradewind #63BCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.28%

R = 21.29%
G = 40.43%
B = 38.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#63BCB2 (or 0x63BCB2) is known color: Tradewind. HEX triplet: 63, BC and B2. RGB value is (99,188,178). Sum of RGB (Red+Green+Blue) = 99+188+178=465 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.29% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #63BCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BCB2 is #9C434D. Grayscale: #A0A0A0. Windows color (decimal): -10240846 or 11713635. OLE color: 11713635.

HSL color Cylindrical-coordinate representation of color #63BCB2: hue angle of 173.26º 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 #63BCB2 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 188 178 -
CMYK 0.47 0 0.05 0.26
HSL 173.26º 0.4% 0.56% -
HSV(B) 173.26º 0.47% 0.74% -
XYZ 31.16 41.83 48.55 -
YUV 160.25 138.01 84.31 -
System Red Green Blue C M Y K H S L
Decimal 99 188 178 0.47 0 0.05 0.26 173.26 0.4 0.56
Hex 63 BC B2 2F 0 5 1A AD 28 38
Octal 143 274 262 57 0 5 32 255 50 70
Binary 1100011 10111100 10110010 101111 0 101 11010 10101101 101000 111000

Color Harmonies of #63BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BCB2

Black with #63BCB2

Text Example


Text Example

White with #63BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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