#65BDC7

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

Shades of Glacier #65BDC7

Tints of Glacier #65BDC7

Color information

#65BDC7 (or 0x65BDC7) is unknown color: approx Glacier. HEX triplet: 65, BD and C7. RGB value is (101,189,199). Sum of RGB (Red+Green+Blue) = 101+189+199=489 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.65% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 199 - color contains mainly: blue. Hex color #65BDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BDC7 is #9A4238. Grayscale: #A3A3A3. Windows color (decimal): -10109497 or 13090149. OLE color: 13090149.

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

Color convert

RGB101189199-
CMYK0.490.0500.22
HSL186.12º46.67%58.82%-
HSV(B)186.12º49.25%78.04%-
XYZ33.8743.2960.6-
YUV163.83147.8583.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.65%
GREEN value IS 189 (74.22% from 255) = 38.65%
BLUE value IS 199 (78.12% from 255) = 40.70%
R=20.65%
G=38.65%
B=40.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1011891990.490.0500.22186.1246.6758.82
Hex65BDC7315016ba2f3b
Octal1452753076150262725773
Binary1100101101111011100011111000110101011010111010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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