Html Css Color HEX #67BBBC Fountain Blue

📋 copy color: '#67BBBC'

red 103 ◦ green 187 ◦ blue 188

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

Shades of Fountain Blue #67BBBC

Tints of Fountain Blue #67BBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.12%

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

R = 21.55%
G = 39.12%
B = 39.33%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#67BBBC (or 0x67BBBC) is known color: Fountain Blue. HEX triplet: 67, BB and BC. RGB value is (103,187,188). Sum of RGB (Red+Green+Blue) = 103+187+188=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #67BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BBBC is #984443. Grayscale: #A1A1A1. Windows color (decimal): -9978948 or 12368743. OLE color: 12368743.

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

Color convert

RGB 103 187 188 -
CMYK 0.45 0.01 0 0.26
HSL 180.71º 0.39% 0.57% -
HSV(B) 180.71º 0.45% 0.74% -
XYZ 32.44 42.06 53.98 -
YUV 162 142.67 85.92 -
System Red Green Blue C M Y K H S L
Decimal 103 187 188 0.45 0.01 0 0.26 180.71 0.39 0.57
Hex 67 BB BC 2D 1 0 1A B5 27 39
Octal 147 273 274 55 1 0 32 265 47 71
Binary 1100111 10111011 10111100 101101 1 0 11010 10110101 100111 111001

Color Harmonies of #67BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BBBC

Black with #67BBBC

Text Example


Text Example

White with #67BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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