Html Css Color HEX #A5C4FE Pale Cornflower Blue

📋 copy color: '#A5C4FE'

red 165 ◦ green 196 ◦ blue 254

#A5C4FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #A5C4FE

Tints of Pale Cornflower Blue #A5C4FE

RGB

 RED value IS 165 (64.84% from 255) = 26.83%

 GREEN value IS 196 (76.95% from 255) = 31.87%

 BLUE value IS 254 (99.61% from 255) = 41.3%

R = 26.83%
G = 31.87%
B = 41.3%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A5C4FE (or 0xA5C4FE) is known color: Pale Cornflower Blue. HEX triplet: A5, C4 and FE. RGB value is (165,196,254). Sum of RGB (Red+Green+Blue) = 165+196+254=615 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.83% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5C4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C4FE is #5A3B01. Grayscale: #C1C1C1. Windows color (decimal): -5913346 or 16696485. OLE color: 16696485.

HSL color Cylindrical-coordinate representation of color #A5C4FE: hue angle of 219.1º 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 #A5C4FE is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 196 254 -
CMYK 0.35 0.23 0 0.00
HSL 219.1º 0.98% 0.82% -
HSV(B) 219.1º 0.35% 1% -
XYZ 53.15 54.63 101.51 -
YUV 193.34 162.23 107.78 -
System Red Green Blue C M Y K H S L
Decimal 165 196 254 0.35 0.23 0 0.00 219.1 0.98 0.82
Hex A5 C4 FE 23 17 0 0 DB 62 52
Octal 245 304 376 43 27 0 0 333 142 122
Binary 10100101 11000100 11111110 100011 10111 0 0 11011011 1100010 1010010

Color Harmonies of #A5C4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C4FE

Black with #A5C4FE

Text Example


Text Example

White with #A5C4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C4FE; }

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

 H1.HeaderClassName
 {
   color: #A5C4FE;
 }
 .AnyTagClassName
 {
   color: #A5C4FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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