Html Css Color HEX #67ABBC Fountain Blue

📋 copy color: '#67ABBC'

red 103 ◦ green 171 ◦ blue 188

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

Shades of Fountain Blue #67ABBC

Tints of Fountain Blue #67ABBC

RGB

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

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

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

R = 22.29%
G = 37.01%
B = 40.69%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#67ABBC (or 0x67ABBC) is known color: Fountain Blue. HEX triplet: 67, AB and BC. RGB value is (103,171,188). Sum of RGB (Red+Green+Blue) = 103+171+188=462 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.29% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #67ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ABBC is #985443. Grayscale: #989898. Windows color (decimal): -9983044 or 12364647. OLE color: 12364647.

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

Color convert

RGB 103 171 188 -
CMYK 0.45 0.09 0 0.26
HSL 192º 0.39% 0.57% -
HSV(B) 192º 0.45% 0.74% -
XYZ 29.23 35.64 52.92 -
YUV 152.61 147.97 92.62 -
System Red Green Blue C M Y K H S L
Decimal 103 171 188 0.45 0.09 0 0.26 192 0.39 0.57
Hex 67 AB BC 2D 9 0 1A C0 27 39
Octal 147 253 274 55 11 0 32 300 47 71
Binary 1100111 10101011 10111100 101101 1001 0 11010 11000000 100111 111001

Color Harmonies of #67ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ABBC

Black with #67ABBC

Text Example


Text Example

White with #67ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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