Html Css Color HEX #67A8BC Fountain Blue

📋 copy color: '#67A8BC'

red 103 ◦ green 168 ◦ blue 188

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

Shades of Fountain Blue #67A8BC

Tints of Fountain Blue #67A8BC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.6%

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

R = 22.44%
G = 36.6%
B = 40.96%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#67A8BC (or 0x67A8BC) is known color: Fountain Blue. HEX triplet: 67, A8 and BC. RGB value is (103,168,188). Sum of RGB (Red+Green+Blue) = 103+168+188=459 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.44% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #67A8BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A8BC is #985743. Grayscale: #969696. Windows color (decimal): -9983812 or 12363879. OLE color: 12363879.

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

Color convert

RGB 103 168 188 -
CMYK 0.45 0.11 0 0.26
HSL 194.12º 0.39% 0.57% -
HSV(B) 194.12º 0.45% 0.74% -
XYZ 28.67 34.52 52.73 -
YUV 150.85 148.97 93.87 -
System Red Green Blue C M Y K H S L
Decimal 103 168 188 0.45 0.11 0 0.26 194.12 0.39 0.57
Hex 67 A8 BC 2D B 0 1A C2 27 39
Octal 147 250 274 55 13 0 32 302 47 71
Binary 1100111 10101000 10111100 101101 1011 0 11010 11000010 100111 111001

Color Harmonies of #67A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A8BC

Black with #67A8BC

Text Example


Text Example

White with #67A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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