Html Css Color HEX #A8CFFA Pale Cornflower Blue

📋 copy color: '#A8CFFA'

red 168 ◦ green 207 ◦ blue 250

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

Shades of Pale Cornflower Blue #A8CFFA

Tints of Pale Cornflower Blue #A8CFFA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.12%

 BLUE value IS 250 (98.05% from 255) = 40%

R = 26.88%
G = 33.12%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8CFFA (or 0xA8CFFA) is known color: Pale Cornflower Blue. HEX triplet: A8, CF and FA. RGB value is (168,207,250). Sum of RGB (Red+Green+Blue) = 168+207+250=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8CFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CFFA is #573005. Grayscale: #C8C8C8. Windows color (decimal): -5713926 or 16437160. OLE color: 16437160.

HSL color Cylindrical-coordinate representation of color #A8CFFA: hue angle of 211.46º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8CFFA is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 207 250 -
CMYK 0.33 0.17 0 0.02
HSL 211.46º 0.89% 0.82% -
HSV(B) 211.46º 0.33% 0.98% -
XYZ 55.72 59.85 99.06 -
YUV 200.24 156.08 105 -
System Red Green Blue C M Y K H S L
Decimal 168 207 250 0.33 0.17 0 0.02 211.46 0.89 0.82
Hex A8 CF FA 21 11 0 2 D3 59 52
Octal 250 317 372 41 21 0 2 323 131 122
Binary 10101000 11001111 11111010 100001 10001 0 10 11010011 1011001 1010010

Color Harmonies of #A8CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CFFA

Black with #A8CFFA

Text Example


Text Example

White with #A8CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CFFA; }

 p { color: rgb(168,207,250); }

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

background-color css

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

 a { background-color: rgb(168,207,250); }

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

border-color css

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

 span { border-color: rgb(168,207,250); }

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