Html Css Color HEX #A4D3FC Pale Cornflower Blue

📋 copy color: '#A4D3FC'

red 164 ◦ green 211 ◦ blue 252

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

Shades of Pale Cornflower Blue #A4D3FC

Tints of Pale Cornflower Blue #A4D3FC

RGB

 RED value IS 164 (64.45% from 255) = 26.16%

 GREEN value IS 211 (82.81% from 255) = 33.65%

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

R = 26.16%
G = 33.65%
B = 40.19%

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

#A4D3FC (or 0xA4D3FC) is known color: Pale Cornflower Blue. HEX triplet: A4, D3 and FC. RGB value is (164,211,252). Sum of RGB (Red+Green+Blue) = 164+211+252=627 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.16% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4D3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D3FC is #5B2C03. Grayscale: #C9C9C9. Windows color (decimal): -5975044 or 16569252. OLE color: 16569252.

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

Color convert

RGB 164 211 252 -
CMYK 0.35 0.16 0 0.01
HSL 207.95º 0.94% 0.82% -
HSV(B) 207.95º 0.35% 0.99% -
XYZ 56.17 61.51 101.01 -
YUV 201.62 156.43 101.17 -
System Red Green Blue C M Y K H S L
Decimal 164 211 252 0.35 0.16 0 0.01 207.95 0.94 0.82
Hex A4 D3 FC 23 10 0 1 D0 5E 52
Octal 244 323 374 43 20 0 1 320 136 122
Binary 10100100 11010011 11111100 100011 10000 0 1 11010000 1011110 1010010

Color Harmonies of #A4D3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D3FC

Black with #A4D3FC

Text Example


Text Example

White with #A4D3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D3FC; }

 p { color: rgb(164,211,252); }

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

background-color css

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

 a { background-color: rgb(164,211,252); }

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

border-color css

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

 span { border-color: rgb(164,211,252); }

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