#65BAC7

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

Shades of Glacier #65BAC7

Tints of Glacier #65BAC7

Color information

#65BAC7 (or 0x65BAC7) is unknown color: approx Glacier. HEX triplet: 65, BA and C7. RGB value is (101,186,199). Sum of RGB (Red+Green+Blue) = 101+186+199=486 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.78% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 199 - color contains mainly: blue. Hex color #65BAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BAC7 is #9A4538. Grayscale: #A1A1A1. Windows color (decimal): -10110265 or 13089381. OLE color: 13089381.

HSL color Cylindrical-coordinate representation of color #65BAC7: hue angle of 187.96º 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 #65BAC7 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB101186199-
CMYK0.490.0700.22
HSL187.96º46.67%58.82%-
HSV(B)187.96º49.25%78.04%-
XYZ33.2342.0160.39-
YUV162.07148.8484.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.78%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 199 (78.12% from 255) = 40.95%
R=20.78%
G=38.27%
B=40.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1011861990.490.0700.22187.9646.6758.82
Hex65BAC7317016bc2f3b
Octal1452723076170262745773
Binary1100101101110101100011111000111101011010111100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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