Html Css Color HEX #63BEBA Fountain Blue

📋 copy color: '#63BEBA'

red 99 ◦ green 190 ◦ blue 186

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

Shades of Fountain Blue #63BEBA

Tints of Fountain Blue #63BEBA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40%

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 20.84%
G = 40%
B = 39.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#63BEBA (or 0x63BEBA) is known color: Fountain Blue. HEX triplet: 63, BE and BA. RGB value is (99,190,186). Sum of RGB (Red+Green+Blue) = 99+190+186=475 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.84% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #63BEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BEBA is #9C4145. Grayscale: #A2A2A2. Windows color (decimal): -10240326 or 12238435. OLE color: 12238435.

HSL color Cylindrical-coordinate representation of color #63BEBA: hue angle of 177.36º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BEBA is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 190 186 -
CMYK 0.48 0 0.02 0.25
HSL 177.36º 0.41% 0.57% -
HSV(B) 177.36º 0.48% 0.75% -
XYZ 32.42 43.02 53.05 -
YUV 162.34 141.35 82.83 -
System Red Green Blue C M Y K H S L
Decimal 99 190 186 0.48 0 0.02 0.25 177.36 0.41 0.57
Hex 63 BE BA 30 0 2 19 B1 29 39
Octal 143 276 272 60 0 2 31 261 51 71
Binary 1100011 10111110 10111010 110000 0 10 11001 10110001 101001 111001

Color Harmonies of #63BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BEBA

Black with #63BEBA

Text Example


Text Example

White with #63BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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