Html Css Color HEX #63BBBE Fountain Blue

📋 copy color: '#63BBBE'

red 99 ◦ green 187 ◦ blue 190

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

Shades of Fountain Blue #63BBBE

Tints of Fountain Blue #63BBBE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.29%

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 20.8%
G = 39.29%
B = 39.92%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#63BBBE (or 0x63BBBE) is known color: Fountain Blue. HEX triplet: 63, BB and BE. RGB value is (99,187,190). Sum of RGB (Red+Green+Blue) = 99+187+190=476 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.80% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #63BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BBBE is #9C4441. Grayscale: #A0A0A0. Windows color (decimal): -10241090 or 12499811. OLE color: 12499811.

HSL color Cylindrical-coordinate representation of color #63BBBE: hue angle of 181.98º 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 #63BBBE is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 187 190 -
CMYK 0.48 0.02 0 0.25
HSL 181.98º 0.41% 0.57% -
HSV(B) 181.98º 0.48% 0.75% -
XYZ 32.21 41.91 55.11 -
YUV 161.03 144.35 83.76 -
System Red Green Blue C M Y K H S L
Decimal 99 187 190 0.48 0.02 0 0.25 181.98 0.41 0.57
Hex 63 BB BE 30 2 0 19 B6 29 39
Octal 143 273 276 60 2 0 31 266 51 71
Binary 1100011 10111011 10111110 110000 10 0 11001 10110110 101001 111001

Color Harmonies of #63BBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BBBE

Black with #63BBBE

Text Example


Text Example

White with #63BBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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