Html Css Color HEX #68AFBC Fountain Blue

📋 copy color: '#68AFBC'

red 104 ◦ green 175 ◦ blue 188

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

Shades of Fountain Blue #68AFBC

Tints of Fountain Blue #68AFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 22.27%
G = 37.47%
B = 40.26%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#68AFBC (or 0x68AFBC) is known color: Fountain Blue. HEX triplet: 68, AF and BC. RGB value is (104,175,188). Sum of RGB (Red+Green+Blue) = 104+175+188=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #68AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFBC is #975043. Grayscale: #9B9B9B. Windows color (decimal): -9916484 or 12365672. OLE color: 12365672.

HSL color Cylindrical-coordinate representation of color #68AFBC: hue angle of 189.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68AFBC is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 175 188 -
CMYK 0.45 0.07 0 0.26
HSL 189.29º 0.39% 0.57% -
HSV(B) 189.29º 0.45% 0.74% -
XYZ 30.12 37.23 53.18 -
YUV 155.25 146.48 91.44 -
System Red Green Blue C M Y K H S L
Decimal 104 175 188 0.45 0.07 0 0.26 189.29 0.39 0.57
Hex 68 AF BC 2D 7 0 1A BD 27 39
Octal 150 257 274 55 7 0 32 275 47 71
Binary 1101000 10101111 10111100 101101 111 0 11010 10111101 100111 111001

Color Harmonies of #68AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFBC

Black with #68AFBC

Text Example


Text Example

White with #68AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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