Html Css Color HEX #A5D4FC Pale Cornflower Blue

📋 copy color: '#A5D4FC'

red 165 ◦ green 212 ◦ blue 252

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

Shades of Pale Cornflower Blue #A5D4FC

Tints of Pale Cornflower Blue #A5D4FC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.7%

 BLUE value IS 252 (98.83% from 255) = 40.06%

R = 26.23%
G = 33.7%
B = 40.06%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A5D4FC (or 0xA5D4FC) is known color: Pale Cornflower Blue. HEX triplet: A5, D4 and FC. RGB value is (165,212,252). Sum of RGB (Red+Green+Blue) = 165+212+252=629 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.23% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5D4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D4FC is #5A2B03. Grayscale: #CACACA. Windows color (decimal): -5909252 or 16569509. OLE color: 16569509.

HSL color Cylindrical-coordinate representation of color #A5D4FC: hue angle of 207.59º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5D4FC is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 212 252 -
CMYK 0.35 0.16 0 0.01
HSL 207.59º 0.94% 0.82% -
HSV(B) 207.59º 0.35% 0.99% -
XYZ 56.63 62.11 101.1 -
YUV 202.51 155.93 101.25 -
System Red Green Blue C M Y K H S L
Decimal 165 212 252 0.35 0.16 0 0.01 207.59 0.94 0.82
Hex A5 D4 FC 23 10 0 1 D0 5E 52
Octal 245 324 374 43 20 0 1 320 136 122
Binary 10100101 11010100 11111100 100011 10000 0 1 11010000 1011110 1010010

Color Harmonies of #A5D4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D4FC

Black with #A5D4FC

Text Example


Text Example

White with #A5D4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D4FC; }

 p { color: rgb(165,212,252); }

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

background-color css

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

 a { background-color: rgb(165,212,252); }

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

border-color css

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

 span { border-color: rgb(165,212,252); }

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