#a5cbef

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

Shades of Pale Cornflower Blue #A5CBEF

Tints of Pale Cornflower Blue #A5CBEF

Color information

#A5CBEF (or 0xA5CBEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, CB and EF. RGB value is (165,203,239). Sum of RGB (Red+Green+Blue) = 165+203+239=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5CBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CBEF is #5A3410. Grayscale: #C3C3C3. Windows color (decimal): -5911569 or 15715237. OLE color: 15715237.

HSL color Cylindrical-coordinate representation of color #A5CBEF: hue angle of 209.19º degrees, saturation: 0.7, 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 #A5CBEF is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB165203239-
CMYK0.310.1500.06
HSL209.19º69.81%79.22%-
HSV(B)209.19º30.96%93.73%-
XYZ52.4556.9489.89-
YUV195.74152.41106.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.18%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=27.18%
G=33.44%
B=39.37%

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
Decimal1652032390.310.1500.06209.1969.8179.22
HexA5CBEF1FF06d1464f
Octal245313357371706321106117
Binary10100101110010111110111111111111101101101000110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5cbef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5cbef; }

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

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

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

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

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

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

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

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