Html Css Color HEX #A8CCFE Pale Cornflower Blue

📋 copy color: '#A8CCFE'

red 168 ◦ green 204 ◦ blue 254

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

Shades of Pale Cornflower Blue #A8CCFE

Tints of Pale Cornflower Blue #A8CCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.59%

 BLUE value IS 254 (99.61% from 255) = 40.58%

R = 26.84%
G = 32.59%
B = 40.58%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A8CCFE (or 0xA8CCFE) is known color: Pale Cornflower Blue. HEX triplet: A8, CC and FE. RGB value is (168,204,254). Sum of RGB (Red+Green+Blue) = 168+204+254=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8CCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CCFE is #573301. Grayscale: #C6C6C6. Windows color (decimal): -5714690 or 16698536. OLE color: 16698536.

HSL color Cylindrical-coordinate representation of color #A8CCFE: hue angle of 214.88º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8CCFE is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 204 254 -
CMYK 0.34 0.20 0 0.00
HSL 214.88º 0.98% 0.83% -
HSV(B) 214.88º 0.34% 1% -
XYZ 55.63 58.67 102.16 -
YUV 198.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 168 204 254 0.34 0.20 0 0.00 214.88 0.98 0.83
Hex A8 CC FE 22 14 0 0 D7 62 53
Octal 250 314 376 42 24 0 0 327 142 123
Binary 10101000 11001100 11111110 100010 10100 0 0 11010111 1100010 1010011

Color Harmonies of #A8CCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCFE

Black with #A8CCFE

Text Example


Text Example

White with #A8CCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCFE; }

 p { color: rgb(168,204,254); }

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

background-color css

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

 a { background-color: rgb(168,204,254); }

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

border-color css

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

 span { border-color: rgb(168,204,254); }

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