#A5CBF0

Color #A5CBF0 Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #A5CBF0

Tints of Pale Cornflower Blue #A5CBF0

Color information

#A5CBF0 (or 0xA5CBF0) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, CB and F0. RGB value is (165,203,240). Sum of RGB (Red+Green+Blue) = 165+203+240=608 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.14% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #A5CBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CBF0 is #5A340F. Grayscale: #C3C3C3. Windows color (decimal): -5911568 or 15780773. OLE color: 15780773.

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

Color convert

RGB165203240-
CMYK0.310.1500.06
HSL209.6º71.43%79.41%-
HSV(B)209.6º31.25%94.12%-
XYZ52.65790.67-
YUV195.86152.91105.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.14%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 240 (94.14% from 255) = 39.47%
R=27.14%
G=33.39%
B=39.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652032400.310.1500.06209.671.4379.41
HexA5CBF01FF06d2474f
Octal245313360371706322107117
Binary10100101110010111111000011111111101101101001010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CBF0; }

 p { color: rgb(165,203,240); }

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

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

 a { background-color: rgb(165,203,240); }

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

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

 span { border-color: rgb(165,203,240); }

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