Html Css Color HEX #67BCC3 Fountain Blue

📋 copy color: '#67BCC3'

red 103 ◦ green 188 ◦ blue 195

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

Shades of Fountain Blue #67BCC3

Tints of Fountain Blue #67BCC3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.68%

 BLUE value IS 195 (76.56% from 255) = 40.12%

R = 21.19%
G = 38.68%
B = 40.12%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#67BCC3 (or 0x67BCC3) is known color: Fountain Blue. HEX triplet: 67, BC and C3. RGB value is (103,188,195). Sum of RGB (Red+Green+Blue) = 103+188+195=486 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.19% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 195 - color contains mainly: blue. Hex color #67BCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BCC3 is #98433C. Grayscale: #A3A3A3. Windows color (decimal): -9978685 or 12827751. OLE color: 12827751.

HSL color Cylindrical-coordinate representation of color #67BCC3: hue angle of 184.57º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67BCC3 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 103 188 195 -
CMYK 0.47 0.04 0 0.24
HSL 184.57º 0.43% 0.58% -
HSV(B) 184.57º 0.47% 0.76% -
XYZ 33.43 42.79 58.13 -
YUV 163.38 145.84 84.93 -
System Red Green Blue C M Y K H S L
Decimal 103 188 195 0.47 0.04 0 0.24 184.57 0.43 0.58
Hex 67 BC C3 2F 4 0 18 B9 2B 3A
Octal 147 274 303 57 4 0 30 271 53 72
Binary 1100111 10111100 11000011 101111 100 0 11000 10111001 101011 111010

Color Harmonies of #67BCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BCC3

Black with #67BCC3

Text Example


Text Example

White with #67BCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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