Html Css Color HEX #67B5BF Fountain Blue

📋 copy color: '#67B5BF'

red 103 ◦ green 181 ◦ blue 191

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

Shades of Fountain Blue #67B5BF

Tints of Fountain Blue #67B5BF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.11%

 BLUE value IS 191 (75% from 255) = 40.21%

R = 21.68%
G = 38.11%
B = 40.21%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#67B5BF (or 0x67B5BF) is known color: Fountain Blue. HEX triplet: 67, B5 and BF. RGB value is (103,181,191). Sum of RGB (Red+Green+Blue) = 103+181+191=475 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.68% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #67B5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B5BF is #984A40. Grayscale: #9E9E9E. Windows color (decimal): -9980481 or 12563815. OLE color: 12563815.

HSL color Cylindrical-coordinate representation of color #67B5BF: hue angle of 186.82º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67B5BF is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 181 191 -
CMYK 0.46 0.05 0 0.25
HSL 186.82º 0.41% 0.58% -
HSV(B) 186.82º 0.46% 0.75% -
XYZ 31.52 39.69 55.29 -
YUV 158.82 146.16 88.19 -
System Red Green Blue C M Y K H S L
Decimal 103 181 191 0.46 0.05 0 0.25 186.82 0.41 0.58
Hex 67 B5 BF 2E 5 0 19 BB 29 3A
Octal 147 265 277 56 5 0 31 273 51 72
Binary 1100111 10110101 10111111 101110 101 0 11001 10111011 101001 111010

Color Harmonies of #67B5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67B5BF

Black with #67B5BF

Text Example


Text Example

White with #67B5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,181,191); }

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

background-color css

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

 a { background-color: rgb(103,181,191); }

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

border-color css

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

 span { border-color: rgb(103,181,191); }

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