Html Css Color HEX #67ABBB Fountain Blue

📋 copy color: '#67ABBB'

red 103 ◦ green 171 ◦ blue 187

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

Shades of Fountain Blue #67ABBB

Tints of Fountain Blue #67ABBB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 22.34%
G = 37.09%
B = 40.56%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#67ABBB (or 0x67ABBB) is known color: Fountain Blue. HEX triplet: 67, AB and BB. RGB value is (103,171,187). Sum of RGB (Red+Green+Blue) = 103+171+187=461 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.34% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #67ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ABBB is #985444. Grayscale: #989898. Windows color (decimal): -9983045 or 12299111. OLE color: 12299111.

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

Color convert

RGB 103 171 187 -
CMYK 0.45 0.09 0 0.27
HSL 191.43º 0.38% 0.57% -
HSV(B) 191.43º 0.45% 0.73% -
XYZ 29.13 35.6 52.35 -
YUV 152.49 147.47 92.7 -
System Red Green Blue C M Y K H S L
Decimal 103 171 187 0.45 0.09 0 0.27 191.43 0.38 0.57
Hex 67 AB BB 2D 9 0 1B BF 26 39
Octal 147 253 273 55 11 0 33 277 46 71
Binary 1100111 10101011 10111011 101101 1001 0 11011 10111111 100110 111001

Color Harmonies of #67ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ABBB

Black with #67ABBB

Text Example


Text Example

White with #67ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,171,187); }

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

background-color css

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

 a { background-color: rgb(103,171,187); }

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

border-color css

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

 span { border-color: rgb(103,171,187); }

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