Html Css Color HEX #A8D4FC Pale Cornflower Blue

📋 copy color: '#A8D4FC'

red 168 ◦ green 212 ◦ blue 252

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

Shades of Pale Cornflower Blue #A8D4FC

Tints of Pale Cornflower Blue #A8D4FC

RGB

 RED value IS 168 (66.02% from 255) = 26.58%

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

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

R = 26.58%
G = 33.54%
B = 39.87%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8D4FC (or 0xA8D4FC) is known color: Pale Cornflower Blue. HEX triplet: A8, D4 and FC. RGB value is (168,212,252). Sum of RGB (Red+Green+Blue) = 168+212+252=632 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.58% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8D4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D4FC is #572B03. Grayscale: #CBCBCB. Windows color (decimal): -5712644 or 16569512. OLE color: 16569512.

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

Color convert

RGB 168 212 252 -
CMYK 0.33 0.16 0 0.01
HSL 208.57º 0.93% 0.82% -
HSV(B) 208.57º 0.33% 0.99% -
XYZ 57.26 62.44 101.13 -
YUV 203.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 168 212 252 0.33 0.16 0 0.01 208.57 0.93 0.82
Hex A8 D4 FC 21 10 0 1 D1 5D 52
Octal 250 324 374 41 20 0 1 321 135 122
Binary 10101000 11010100 11111100 100001 10000 0 1 11010001 1011101 1010010

Color Harmonies of #A8D4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D4FC

Black with #A8D4FC

Text Example


Text Example

White with #A8D4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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