Html Css Color HEX #68AFBA Fountain Blue

📋 copy color: '#68AFBA'

red 104 ◦ green 175 ◦ blue 186

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

Shades of Fountain Blue #68AFBA

Tints of Fountain Blue #68AFBA

RGB

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

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

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

R = 22.37%
G = 37.63%
B = 40%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#68AFBA (or 0x68AFBA) is known color: Fountain Blue. HEX triplet: 68, AF and BA. RGB value is (104,175,186). Sum of RGB (Red+Green+Blue) = 104+175+186=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #68AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFBA is #975045. Grayscale: #9A9A9A. Windows color (decimal): -9916486 or 12234600. OLE color: 12234600.

HSL color Cylindrical-coordinate representation of color #68AFBA: hue angle of 188.05º degrees, saturation: 0.37, 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 #68AFBA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 175 186 -
CMYK 0.44 0.06 0 0.27
HSL 188.05º 0.37% 0.57% -
HSV(B) 188.05º 0.44% 0.73% -
XYZ 29.9 37.15 52.05 -
YUV 155.03 145.48 91.61 -
System Red Green Blue C M Y K H S L
Decimal 104 175 186 0.44 0.06 0 0.27 188.05 0.37 0.57
Hex 68 AF BA 2C 6 0 1B BC 25 39
Octal 150 257 272 54 6 0 33 274 45 71
Binary 1101000 10101111 10111010 101100 110 0 11011 10111100 100101 111001

Color Harmonies of #68AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFBA

Black with #68AFBA

Text Example


Text Example

White with #68AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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