#69B1C1

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

Shades of Glacier #69B1C1

Tints of Glacier #69B1C1

Color information

#69B1C1 (or 0x69B1C1) is unknown color: approx Glacier. HEX triplet: 69, B1 and C1. RGB value is (105,177,193). Sum of RGB (Red+Green+Blue) = 105+177+193=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #69B1C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B1C1 is #964E3E. Grayscale: #9D9D9D. Windows color (decimal): -9850431 or 12693865. OLE color: 12693865.

HSL color Cylindrical-coordinate representation of color #69B1C1: hue angle of 190.91º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69B1C1 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB105177193-
CMYK0.460.0800.24
HSL190.91º41.51%58.43%-
HSV(B)190.91º45.6%75.69%-
XYZ31.1738.356.2-
YUV157.3148.1590.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.11%
GREEN value IS 177 (69.53% from 255) = 37.26%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=22.11%
G=37.26%
B=40.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051771930.460.0800.24190.9141.5158.43
Hex69B1C12E8018bf2a3a
Octal15126130156100302775272
Binary11010011011000111000001101110100001100010111111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B1C1; }

 p { color: rgb(105,177,193); }

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

<style>
 a { background-color: #69B1C1; }

 a { background-color: rgb(105,177,193); }

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

<style>
 span { border-color: #69B1C1; }

 span { border-color: rgb(105,177,193); }

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