Html Css Color HEX #68AEB8 Fountain Blue

📋 copy color: '#68AEB8'

red 104 ◦ green 174 ◦ blue 184

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

Shades of Fountain Blue #68AEB8

Tints of Fountain Blue #68AEB8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.66%

 BLUE value IS 184 (72.27% from 255) = 39.83%

R = 22.51%
G = 37.66%
B = 39.83%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#68AEB8 (or 0x68AEB8) is known color: Fountain Blue. HEX triplet: 68, AE and B8. RGB value is (104,174,184). Sum of RGB (Red+Green+Blue) = 104+174+184=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 184 - color contains mainly: blue. Hex color #68AEB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEB8 is #975147. Grayscale: #9A9A9A. Windows color (decimal): -9916744 or 12103272. OLE color: 12103272.

HSL color Cylindrical-coordinate representation of color #68AEB8: hue angle of 187.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68AEB8 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 104 174 184 -
CMYK 0.43 0.05 0 0.28
HSL 187.5º 0.36% 0.56% -
HSV(B) 187.5º 0.43% 0.72% -
XYZ 29.5 36.68 50.87 -
YUV 154.21 144.81 92.19 -
System Red Green Blue C M Y K H S L
Decimal 104 174 184 0.43 0.05 0 0.28 187.5 0.36 0.56
Hex 68 AE B8 2B 5 0 1C BC 24 38
Octal 150 256 270 53 5 0 34 274 44 70
Binary 1101000 10101110 10111000 101011 101 0 11100 10111100 100100 111000

Color Harmonies of #68AEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEB8

Black with #68AEB8

Text Example


Text Example

White with #68AEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,174,184); }

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

background-color css

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

 a { background-color: rgb(104,174,184); }

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

border-color css

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

 span { border-color: rgb(104,174,184); }

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