Html Css Color HEX #63B5B2 Fountain Blue

📋 copy color: '#63B5B2'

red 99 ◦ green 181 ◦ blue 178

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

Shades of Fountain Blue #63B5B2

Tints of Fountain Blue #63B5B2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.52%

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

R = 21.62%
G = 39.52%
B = 38.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#63B5B2 (or 0x63B5B2) is known color: Fountain Blue. HEX triplet: 63, B5 and B2. RGB value is (99,181,178). Sum of RGB (Red+Green+Blue) = 99+181+178=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 181 - color contains mainly: green. Hex color #63B5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B5B2 is #9C4A4D. Grayscale: #9C9C9C. Windows color (decimal): -10242638 or 11711843. OLE color: 11711843.

HSL color Cylindrical-coordinate representation of color #63B5B2: hue angle of 177.8º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63B5B2 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 99 181 178 -
CMYK 0.45 0 0.02 0.29
HSL 177.8º 0.36% 0.55% -
HSV(B) 177.8º 0.45% 0.71% -
XYZ 29.71 38.91 48.07 -
YUV 156.14 140.33 87.24 -
System Red Green Blue C M Y K H S L
Decimal 99 181 178 0.45 0 0.02 0.29 177.8 0.36 0.55
Hex 63 B5 B2 2D 0 2 1D B2 24 37
Octal 143 265 262 55 0 2 35 262 44 67
Binary 1100011 10110101 10110010 101101 0 10 11101 10110010 100100 110111

Color Harmonies of #63B5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B5B2

Black with #63B5B2

Text Example


Text Example

White with #63B5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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