Html Css Color HEX #68BBBA Fountain Blue

📋 copy color: '#68BBBA'

red 104 ◦ green 187 ◦ blue 186

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

Shades of Fountain Blue #68BBBA

Tints of Fountain Blue #68BBBA

RGB

 RED value IS 104 (41.02% from 255) = 21.8%

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

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

R = 21.8%
G = 39.2%
B = 38.99%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#68BBBA (or 0x68BBBA) is known color: Fountain Blue. HEX triplet: 68, BB and BA. RGB value is (104,187,186). Sum of RGB (Red+Green+Blue) = 104+187+186=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #68BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBBA is #974445. Grayscale: #A1A1A1. Windows color (decimal): -9913414 or 12237672. OLE color: 12237672.

HSL color Cylindrical-coordinate representation of color #68BBBA: hue angle of 179.28º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68BBBA is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 187 186 -
CMYK 0.44 0 0.01 0.27
HSL 179.28º 0.38% 0.57% -
HSV(B) 179.28º 0.44% 0.73% -
XYZ 32.34 42.03 52.86 -
YUV 162.07 141.5 86.58 -
System Red Green Blue C M Y K H S L
Decimal 104 187 186 0.44 0 0.01 0.27 179.28 0.38 0.57
Hex 68 BB BA 2C 0 1 1B B3 26 39
Octal 150 273 272 54 0 1 33 263 46 71
Binary 1101000 10111011 10111010 101100 0 1 11011 10110011 100110 111001

Color Harmonies of #68BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBBA

Black with #68BBBA

Text Example


Text Example

White with #68BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68BBBA; }

 p { color: rgb(104,187,186); }

 H1.HeaderClassName
 {
   color: #68BBBA;
 }
 .AnyTagClassName
 {
   color: #68BBBA;
 }
</style>

background-color css

<style>
 a { background-color: #68BBBA; }

 a { background-color: rgb(104,187,186); }

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

border-color css

<style>
 span { border-color: #68BBBA; }

 span { border-color: rgb(104,187,186); }

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