#67BDC7

Color #67BDC7 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #67BDC7

Tints of Glacier #67BDC7

Color information

#67BDC7 (or 0x67BDC7) is unknown color: approx Glacier. HEX triplet: 67, BD and C7. RGB value is (103,189,199). Sum of RGB (Red+Green+Blue) = 103+189+199=491 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.98% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 199 - color contains mainly: blue. Hex color #67BDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BDC7 is #984238. Grayscale: #A4A4A4. Windows color (decimal): -9978425 or 13090151. OLE color: 13090151.

HSL color Cylindrical-coordinate representation of color #67BDC7: hue angle of 186.25º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67BDC7 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB103189199-
CMYK0.480.0500.22
HSL186.25º46.15%59.22%-
HSV(B)186.25º48.24%78.04%-
XYZ34.143.460.61-
YUV164.43147.5184.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.98%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 199 (78.12% from 255) = 40.53%
R=20.98%
G=38.49%
B=40.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1031891990.480.0500.22186.2546.1559.22
Hex67BDC7305016ba2e3b
Octal1472753076050262725673
Binary1100111101111011100011111000010101011010111010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #67BDC7;
 }
 .AnyTagClassName
 {
   color: #67BDC7;
 }
</style>
background-color css

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

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

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

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

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

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