Html Css Color HEX #68ADB7 Fountain Blue

📋 copy color: '#68ADB7'

red 104 ◦ green 173 ◦ blue 183

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

Shades of Fountain Blue #68ADB7

Tints of Fountain Blue #68ADB7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.61%

 BLUE value IS 183 (71.88% from 255) = 39.78%

R = 22.61%
G = 37.61%
B = 39.78%

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

#68ADB7 (or 0x68ADB7) is known color: Fountain Blue. HEX triplet: 68, AD and B7. RGB value is (104,173,183). Sum of RGB (Red+Green+Blue) = 104+173+183=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 183 - color contains mainly: blue. Hex color #68ADB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADB7 is #975248. Grayscale: #999999. Windows color (decimal): -9917001 or 12037480. OLE color: 12037480.

HSL color Cylindrical-coordinate representation of color #68ADB7: hue angle of 187.59º degrees, saturation: 0.35, 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 #68ADB7 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 104 173 183 -
CMYK 0.43 0.05 0 0.28
HSL 187.59º 0.35% 0.56% -
HSV(B) 187.59º 0.43% 0.72% -
XYZ 29.2 36.25 50.26 -
YUV 153.51 144.64 92.69 -
System Red Green Blue C M Y K H S L
Decimal 104 173 183 0.43 0.05 0 0.28 187.59 0.35 0.56
Hex 68 AD B7 2B 5 0 1C BC 23 38
Octal 150 255 267 53 5 0 34 274 43 70
Binary 1101000 10101101 10110111 101011 101 0 11100 10111100 100011 111000

Color Harmonies of #68ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADB7

Black with #68ADB7

Text Example


Text Example

White with #68ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,173,183); }

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

background-color css

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

 a { background-color: rgb(104,173,183); }

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

border-color css

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

 span { border-color: rgb(104,173,183); }

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