#65BCC7

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

Shades of Glacier #65BCC7

Tints of Glacier #65BCC7

Color information

#65BCC7 (or 0x65BCC7) is unknown color: approx Glacier. HEX triplet: 65, BC and C7. RGB value is (101,188,199). Sum of RGB (Red+Green+Blue) = 101+188+199=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 199 - color contains mainly: blue. Hex color #65BCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCC7 is #9A4338. Grayscale: #A3A3A3. Windows color (decimal): -10109753 or 13089893. OLE color: 13089893.

HSL color Cylindrical-coordinate representation of color #65BCC7: hue angle of 186.73º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65BCC7 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB101188199-
CMYK0.490.0600.22
HSL186.73º46.67%58.82%-
HSV(B)186.73º49.25%78.04%-
XYZ33.6642.8660.53-
YUV163.24148.1883.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.70%
GREEN value IS 188 (73.83% from 255) = 38.52%
BLUE value IS 199 (78.12% from 255) = 40.78%
R=20.70%
G=38.52%
B=40.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1011881990.490.0600.22186.7346.6758.82
Hex65BCC7316016bb2f3b
Octal1452743076160262735773
Binary1100101101111001100011111000111001011010111011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65BCC7; }

 p { color: rgb(101,188,199); }

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

<style>
 a { background-color: #65BCC7; }

 a { background-color: rgb(101,188,199); }

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

<style>
 span { border-color: #65BCC7; }

 span { border-color: rgb(101,188,199); }

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