Html Css Color HEX #A5C9FE Pale Cornflower Blue

📋 copy color: '#A5C9FE'

red 165 ◦ green 201 ◦ blue 254

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

Shades of Pale Cornflower Blue #A5C9FE

Tints of Pale Cornflower Blue #A5C9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.42%

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

R = 26.61%
G = 32.42%
B = 40.97%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A5C9FE (or 0xA5C9FE) is known color: Pale Cornflower Blue. HEX triplet: A5, C9 and FE. RGB value is (165,201,254). Sum of RGB (Red+Green+Blue) = 165+201+254=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5C9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C9FE is #5A3601. Grayscale: #C4C4C4. Windows color (decimal): -5912066 or 16697765. OLE color: 16697765.

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

Color convert

RGB 165 201 254 -
CMYK 0.35 0.21 0 0.00
HSL 215.73º 0.98% 0.82% -
HSV(B) 215.73º 0.35% 1% -
XYZ 54.29 56.93 101.89 -
YUV 196.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 165 201 254 0.35 0.21 0 0.00 215.73 0.98 0.82
Hex A5 C9 FE 23 15 0 0 D8 62 52
Octal 245 311 376 43 25 0 0 330 142 122
Binary 10100101 11001001 11111110 100011 10101 0 0 11011000 1100010 1010010

Color Harmonies of #A5C9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C9FE

Black with #A5C9FE

Text Example


Text Example

White with #A5C9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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