Html Css Color HEX #67BDB7 Fountain Blue

📋 copy color: '#67BDB7'

red 103 ◦ green 189 ◦ blue 183

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

Shades of Fountain Blue #67BDB7

Tints of Fountain Blue #67BDB7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.79%

 BLUE value IS 183 (71.88% from 255) = 38.53%

R = 21.68%
G = 39.79%
B = 38.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#67BDB7 (or 0x67BDB7) is known color: Fountain Blue. HEX triplet: 67, BD and B7. RGB value is (103,189,183). Sum of RGB (Red+Green+Blue) = 103+189+183=475 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.68% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #67BDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BDB7 is #984248. Grayscale: #A2A2A2. Windows color (decimal): -9978441 or 12041575. OLE color: 12041575.

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

Color convert

RGB 103 189 183 -
CMYK 0.46 0 0.03 0.26
HSL 175.81º 0.39% 0.57% -
HSV(B) 175.81º 0.46% 0.74% -
XYZ 32.34 42.7 51.34 -
YUV 162.6 139.51 85.49 -
System Red Green Blue C M Y K H S L
Decimal 103 189 183 0.46 0 0.03 0.26 175.81 0.39 0.57
Hex 67 BD B7 2E 0 3 1A B0 27 39
Octal 147 275 267 56 0 3 32 260 47 71
Binary 1100111 10111101 10110111 101110 0 11 11010 10110000 100111 111001

Color Harmonies of #67BDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BDB7

Black with #67BDB7

Text Example


Text Example

White with #67BDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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