Html Css Color HEX #67AFBA Fountain Blue

📋 copy color: '#67AFBA'

red 103 ◦ green 175 ◦ blue 186

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

Shades of Fountain Blue #67AFBA

Tints of Fountain Blue #67AFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 22.2%
G = 37.72%
B = 40.09%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#67AFBA (or 0x67AFBA) is known color: Fountain Blue. HEX triplet: 67, AF and BA. RGB value is (103,175,186). Sum of RGB (Red+Green+Blue) = 103+175+186=464 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.20% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #67AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AFBA is #985045. Grayscale: #9A9A9A. Windows color (decimal): -9982022 or 12234599. OLE color: 12234599.

HSL color Cylindrical-coordinate representation of color #67AFBA: hue angle of 187.95º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67AFBA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 175 186 -
CMYK 0.45 0.06 0 0.27
HSL 187.95º 0.38% 0.57% -
HSV(B) 187.95º 0.45% 0.73% -
XYZ 29.79 37.09 52.04 -
YUV 154.73 145.65 91.11 -
System Red Green Blue C M Y K H S L
Decimal 103 175 186 0.45 0.06 0 0.27 187.95 0.38 0.57
Hex 67 AF BA 2D 6 0 1B BC 26 39
Octal 147 257 272 55 6 0 33 274 46 71
Binary 1100111 10101111 10111010 101101 110 0 11011 10111100 100110 111001

Color Harmonies of #67AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AFBA

Black with #67AFBA

Text Example


Text Example

White with #67AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,175,186); }

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

background-color css

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

 a { background-color: rgb(103,175,186); }

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

border-color css

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

 span { border-color: rgb(103,175,186); }

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