Html Css Color HEX #68BDBE Fountain Blue

📋 copy color: '#68BDBE'

red 104 ◦ green 189 ◦ blue 190

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

Shades of Fountain Blue #68BDBE

Tints of Fountain Blue #68BDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.13%

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

R = 21.53%
G = 39.13%
B = 39.34%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#68BDBE (or 0x68BDBE) is known color: Fountain Blue. HEX triplet: 68, BD and BE. RGB value is (104,189,190). Sum of RGB (Red+Green+Blue) = 104+189+190=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #68BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BDBE is #974241. Grayscale: #A3A3A3. Windows color (decimal): -9912898 or 12500328. OLE color: 12500328.

HSL color Cylindrical-coordinate representation of color #68BDBE: hue angle of 180.7º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BDBE is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 189 190 -
CMYK 0.45 0.01 0 0.25
HSL 180.7º 0.4% 0.58% -
HSV(B) 180.7º 0.45% 0.75% -
XYZ 33.2 43.06 55.28 -
YUV 163.7 142.84 85.42 -
System Red Green Blue C M Y K H S L
Decimal 104 189 190 0.45 0.01 0 0.25 180.7 0.4 0.58
Hex 68 BD BE 2D 1 0 19 B5 28 3A
Octal 150 275 276 55 1 0 31 265 50 72
Binary 1101000 10111101 10111110 101101 1 0 11001 10110101 101000 111010

Color Harmonies of #68BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BDBE

Black with #68BDBE

Text Example


Text Example

White with #68BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,189,190); }

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

background-color css

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

 a { background-color: rgb(104,189,190); }

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

border-color css

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

 span { border-color: rgb(104,189,190); }

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