Html Css Color HEX #68AFBE Fountain Blue

📋 copy color: '#68AFBE'

red 104 ◦ green 175 ◦ blue 190

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

Shades of Fountain Blue #68AFBE

Tints of Fountain Blue #68AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.31%

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

R = 22.17%
G = 37.31%
B = 40.51%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#68AFBE (or 0x68AFBE) is known color: Fountain Blue. HEX triplet: 68, AF and BE. RGB value is (104,175,190). Sum of RGB (Red+Green+Blue) = 104+175+190=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #68AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFBE is #975041. Grayscale: #9B9B9B. Windows color (decimal): -9916482 or 12496744. OLE color: 12496744.

HSL color Cylindrical-coordinate representation of color #68AFBE: hue angle of 190.47º 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 #68AFBE is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 175 190 -
CMYK 0.45 0.08 0 0.25
HSL 190.47º 0.4% 0.58% -
HSV(B) 190.47º 0.45% 0.75% -
XYZ 30.33 37.32 54.32 -
YUV 155.48 147.48 91.28 -
System Red Green Blue C M Y K H S L
Decimal 104 175 190 0.45 0.08 0 0.25 190.47 0.4 0.58
Hex 68 AF BE 2D 8 0 19 BE 28 3A
Octal 150 257 276 55 10 0 31 276 50 72
Binary 1101000 10101111 10111110 101101 1000 0 11001 10111110 101000 111010

Color Harmonies of #68AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFBE

Black with #68AFBE

Text Example


Text Example

White with #68AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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