Html Css Color HEX #A8D2FC Pale Cornflower Blue

📋 copy color: '#A8D2FC'

red 168 ◦ green 210 ◦ blue 252

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

Shades of Pale Cornflower Blue #A8D2FC

Tints of Pale Cornflower Blue #A8D2FC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.33%

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

R = 26.67%
G = 33.33%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8D2FC (or 0xA8D2FC) is known color: Pale Cornflower Blue. HEX triplet: A8, D2 and FC. RGB value is (168,210,252). Sum of RGB (Red+Green+Blue) = 168+210+252=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8D2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D2FC is #572D03. Grayscale: #CACACA. Windows color (decimal): -5713156 or 16569000. OLE color: 16569000.

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

Color convert

RGB 168 210 252 -
CMYK 0.33 0.17 0 0.01
HSL 210º 0.93% 0.82% -
HSV(B) 210º 0.33% 0.99% -
XYZ 56.77 61.45 100.96 -
YUV 202.23 156.09 103.58 -
System Red Green Blue C M Y K H S L
Decimal 168 210 252 0.33 0.17 0 0.01 210 0.93 0.82
Hex A8 D2 FC 21 11 0 1 D2 5D 52
Octal 250 322 374 41 21 0 1 322 135 122
Binary 10101000 11010010 11111100 100001 10001 0 1 11010010 1011101 1010010

Color Harmonies of #A8D2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D2FC

Black with #A8D2FC

Text Example


Text Example

White with #A8D2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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