#A5CFE4

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

Shades of French Pass #A5CFE4

Tints of French Pass #A5CFE4

Color information

#A5CFE4 (or 0xA5CFE4) is unknown color: approx French Pass. HEX triplet: A5, CF and E4. RGB value is (165,207,228). Sum of RGB (Red+Green+Blue) = 165+207+228=600 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.5% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #A5CFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFE4 is #5A301B. Grayscale: #C4C4C4. Windows color (decimal): -5910556 or 14995365. OLE color: 14995365.

HSL color Cylindrical-coordinate representation of color #A5CFE4: hue angle of 200º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5CFE4 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165207228-
CMYK0.280.0900.11
HSL200º53.85%77.06%-
HSV(B)200º27.63%89.41%-
XYZ51.8358.2381.91-
YUV196.84145.59105.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.5%
GREEN value IS 207 (81.25% from 255) = 34.5%
BLUE value IS 228 (89.45% from 255) = 38%
R=27.5%
G=34.5%
B=38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652072280.280.0900.1120053.8577.06
HexA5CFE41C90Bc8364d
Octal245317344341101331066115
Binary10100101110011111110010011100100101011110010001101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CFE4; }

 p { color: rgb(165,207,228); }

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

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

 a { background-color: rgb(165,207,228); }

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

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

 span { border-color: rgb(165,207,228); }

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