Html Css Color HEX #A8CCFF Pale Cornflower Blue

📋 copy color: '#A8CCFF'

red 168 ◦ green 204 ◦ blue 255

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

Shades of Pale Cornflower Blue #A8CCFF

Tints of Pale Cornflower Blue #A8CCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.67%

R = 26.79%
G = 32.54%
B = 40.67%

CMYK

 C value IS 0.34

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A8CCFF (or 0xA8CCFF) is known color: Pale Cornflower Blue. HEX triplet: A8, CC and FF. RGB value is (168,204,255). Sum of RGB (Red+Green+Blue) = 168+204+255=627 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.79% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CCFF is #573300. Grayscale: #C6C6C6. Windows color (decimal): -5714689 or 16764072. OLE color: 16764072.

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

Color convert

RGB 168 204 255 -
CMYK 0.34 0.2 0 0
HSL 215.17º 1% 0.83% -
HSV(B) 215.17º 0.34% 1% -
XYZ 55.79 58.73 103 -
YUV 199.05 159.57 105.85 -
System Red Green Blue C M Y K H S L
Decimal 168 204 255 0.34 0.2 0 0 215.17 1 0.83
Hex A8 CC FF 22 14 0 0 D7 64 53
Octal 250 314 377 42 24 0 0 327 144 123
Binary 10101000 11001100 11111111 100010 10100 0 0 11010111 1100100 1010011

Color Harmonies of #A8CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCFF

Black with #A8CCFF

Text Example


Text Example

White with #A8CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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