Html Css Color HEX #67BABD Fountain Blue

📋 copy color: '#67BABD'

red 103 ◦ green 186 ◦ blue 189

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

Shades of Fountain Blue #67BABD

Tints of Fountain Blue #67BABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.91%

 BLUE value IS 189 (74.22% from 255) = 39.54%

R = 21.55%
G = 38.91%
B = 39.54%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#67BABD (or 0x67BABD) is known color: Fountain Blue. HEX triplet: 67, BA and BD. RGB value is (103,186,189). Sum of RGB (Red+Green+Blue) = 103+186+189=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #67BABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BABD is #984542. Grayscale: #A1A1A1. Windows color (decimal): -9979203 or 12434023. OLE color: 12434023.

HSL color Cylindrical-coordinate representation of color #67BABD: hue angle of 182.09º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67BABD is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 186 189 -
CMYK 0.46 0.02 0 0.26
HSL 182.09º 0.39% 0.57% -
HSV(B) 182.09º 0.46% 0.74% -
XYZ 32.34 41.68 54.48 -
YUV 161.53 143.5 86.26 -
System Red Green Blue C M Y K H S L
Decimal 103 186 189 0.46 0.02 0 0.26 182.09 0.39 0.57
Hex 67 BA BD 2E 2 0 1A B6 27 39
Octal 147 272 275 56 2 0 32 266 47 71
Binary 1100111 10111010 10111101 101110 10 0 11010 10110110 100111 111001

Color Harmonies of #67BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BABD

Black with #67BABD

Text Example


Text Example

White with #67BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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