Html Css Color HEX #67ACBC Fountain Blue

📋 copy color: '#67ACBC'

red 103 ◦ green 172 ◦ blue 188

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

Shades of Fountain Blue #67ACBC

Tints of Fountain Blue #67ACBC

RGB

 RED value IS 103 (40.63% from 255) = 22.25%

 GREEN value IS 172 (67.58% from 255) = 37.15%

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

R = 22.25%
G = 37.15%
B = 40.6%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#67ACBC (or 0x67ACBC) is known color: Fountain Blue. HEX triplet: 67, AC and BC. RGB value is (103,172,188). Sum of RGB (Red+Green+Blue) = 103+172+188=463 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.25% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #67ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACBC is #985343. Grayscale: #999999. Windows color (decimal): -9982788 or 12364903. OLE color: 12364903.

HSL color Cylindrical-coordinate representation of color #67ACBC: hue angle of 191.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 #67ACBC is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 172 188 -
CMYK 0.45 0.09 0 0.26
HSL 191.29º 0.39% 0.57% -
HSV(B) 191.29º 0.45% 0.74% -
XYZ 29.42 36.02 52.98 -
YUV 153.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 103 172 188 0.45 0.09 0 0.26 191.29 0.39 0.57
Hex 67 AC BC 2D 9 0 1A BF 27 39
Octal 147 254 274 55 11 0 32 277 47 71
Binary 1100111 10101100 10111100 101101 1001 0 11010 10111111 100111 111001

Color Harmonies of #67ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ACBC

Black with #67ACBC

Text Example


Text Example

White with #67ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67ACBC; }

 p { color: rgb(103,172,188); }

 H1.HeaderClassName
 {
   color: #67ACBC;
 }
 .AnyTagClassName
 {
   color: #67ACBC;
 }
</style>

background-color css

<style>
 a { background-color: #67ACBC; }

 a { background-color: rgb(103,172,188); }

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

border-color css

<style>
 span { border-color: #67ACBC; }

 span { border-color: rgb(103,172,188); }

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