#A4CBEE

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

Shades of Sail #A4CBEE

Tints of Sail #A4CBEE

Color information

#A4CBEE (or 0xA4CBEE) is unknown color: approx Sail. HEX triplet: A4, CB and EE. RGB value is (164,203,238). Sum of RGB (Red+Green+Blue) = 164+203+238=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #A4CBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CBEE is #5B3411. Grayscale: #C3C3C3. Windows color (decimal): -5977106 or 15649700. OLE color: 15649700.

HSL color Cylindrical-coordinate representation of color #A4CBEE: hue angle of 208.38º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4CBEE is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164203238-
CMYK0.310.1500.07
HSL208.38º68.52%78.82%-
HSV(B)208.38º31.09%93.33%-
XYZ52.156.7889.1-
YUV195.33152.08105.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.11%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=27.11%
G=33.55%
B=39.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642032380.310.1500.07208.3868.5278.82
HexA4CBEE1FF07d0454f
Octal244313356371707320105117
Binary10100100110010111110111011111111101111101000010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CBEE; }

 p { color: rgb(164,203,238); }

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

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

 a { background-color: rgb(164,203,238); }

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

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

 span { border-color: rgb(164,203,238); }

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