Html Css Color HEX #63BAB2 Tradewind

📋 copy color: '#63BAB2'

red 99 ◦ green 186 ◦ blue 178

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

Shades of Tradewind #63BAB2

Tints of Tradewind #63BAB2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.17%

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

R = 21.38%
G = 40.17%
B = 38.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#63BAB2 (or 0x63BAB2) is known color: Tradewind. HEX triplet: 63, BA and B2. RGB value is (99,186,178). Sum of RGB (Red+Green+Blue) = 99+186+178=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #63BAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BAB2 is #9C454D. Grayscale: #9F9F9F. Windows color (decimal): -10241358 or 11713123. OLE color: 11713123.

HSL color Cylindrical-coordinate representation of color #63BAB2: hue angle of 174.48º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63BAB2 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 186 178 -
CMYK 0.47 0 0.04 0.27
HSL 174.48º 0.39% 0.56% -
HSV(B) 174.48º 0.47% 0.73% -
XYZ 30.74 40.98 48.41 -
YUV 159.08 138.68 85.15 -
System Red Green Blue C M Y K H S L
Decimal 99 186 178 0.47 0 0.04 0.27 174.48 0.39 0.56
Hex 63 BA B2 2F 0 4 1B AE 27 38
Octal 143 272 262 57 0 4 33 256 47 70
Binary 1100011 10111010 10110010 101111 0 100 11011 10101110 100111 111000

Color Harmonies of #63BAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BAB2

Black with #63BAB2

Text Example


Text Example

White with #63BAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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