Html Css Color HEX #A8CFFF Pale Cornflower Blue

📋 copy color: '#A8CFFF'

red 168 ◦ green 207 ◦ blue 255

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

Shades of Pale Cornflower Blue #A8CFFF

Tints of Pale Cornflower Blue #A8CFFF

RGB

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

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

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

R = 26.67%
G = 32.86%
B = 40.48%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A8CFFF (or 0xA8CFFF) is known color: Pale Cornflower Blue. HEX triplet: A8, CF and FF. RGB value is (168,207,255). Sum of RGB (Red+Green+Blue) = 168+207+255=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CFFF is #573000. Grayscale: #C8C8C8. Windows color (decimal): -5713921 or 16764840. OLE color: 16764840.

HSL color Cylindrical-coordinate representation of color #A8CFFF: hue angle of 213.1º 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 #A8CFFF is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 168 207 255 -
CMYK 0.34 0.19 0 0
HSL 213.1º 1% 0.83% -
HSV(B) 213.1º 0.34% 1% -
XYZ 56.51 60.17 103.24 -
YUV 200.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 168 207 255 0.34 0.19 0 0 213.1 1 0.83
Hex A8 CF FF 22 13 0 0 D5 64 53
Octal 250 317 377 42 23 0 0 325 144 123
Binary 10101000 11001111 11111111 100010 10011 0 0 11010101 1100100 1010011

Color Harmonies of #A8CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CFFF

Black with #A8CFFF

Text Example


Text Example

White with #A8CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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