Html Css Color HEX #67AEBC Fountain Blue

📋 copy color: '#67AEBC'

red 103 ◦ green 174 ◦ blue 188

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

Shades of Fountain Blue #67AEBC

Tints of Fountain Blue #67AEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.42%

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

R = 22.15%
G = 37.42%
B = 40.43%

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

#67AEBC (or 0x67AEBC) is known color: Fountain Blue. HEX triplet: 67, AE and BC. RGB value is (103,174,188). Sum of RGB (Red+Green+Blue) = 103+174+188=465 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.15% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #67AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AEBC is #985143. Grayscale: #9A9A9A. Windows color (decimal): -9982276 or 12365415. OLE color: 12365415.

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

Color convert

RGB 103 174 188 -
CMYK 0.45 0.07 0 0.26
HSL 189.88º 0.39% 0.57% -
HSV(B) 189.88º 0.45% 0.74% -
XYZ 29.81 36.79 53.11 -
YUV 154.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 103 174 188 0.45 0.07 0 0.26 189.88 0.39 0.57
Hex 67 AE BC 2D 7 0 1A BE 27 39
Octal 147 256 274 55 7 0 32 276 47 71
Binary 1100111 10101110 10111100 101101 111 0 11010 10111110 100111 111001

Color Harmonies of #67AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AEBC

Black with #67AEBC

Text Example


Text Example

White with #67AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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