#A5CBFE

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

Shades of Pale Cornflower Blue #A5CBFE

Tints of Pale Cornflower Blue #A5CBFE

Color information

#A5CBFE (or 0xA5CBFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, CB and FE. RGB value is (165,203,254). Sum of RGB (Red+Green+Blue) = 165+203+254=622 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.53% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CBFE is #5A3401. Grayscale: #C5C5C5. Windows color (decimal): -5911554 or 16698277. OLE color: 16698277.

HSL color Cylindrical-coordinate representation of color #A5CBFE: hue angle of 214.38º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5CBFE is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB165203254-
CMYK0.350.2000.00
HSL214.38º97.8%82.16%-
HSV(B)214.38º35.04%99.61%-
XYZ54.7657.87102.05-
YUV197.45159.91104.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.53%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 254 (99.61% from 255) = 40.84%
R=26.53%
G=32.64%
B=40.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652032540.350.2000.00214.3897.882.16
HexA5CBFE231400d66252
Octal245313376432400326142122
Binary10100101110010111111111010001110100001101011011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CBFE; }

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

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

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

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

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

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

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

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