Html Css Color HEX #A8CFFE Pale Cornflower Blue

📋 copy color: '#A8CFFE'

red 168 ◦ green 207 ◦ blue 254

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

Shades of Pale Cornflower Blue #A8CFFE

Tints of Pale Cornflower Blue #A8CFFE

RGB

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

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

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

R = 26.71%
G = 32.91%
B = 40.38%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A8CFFE (or 0xA8CFFE) is known color: Pale Cornflower Blue. HEX triplet: A8, CF and FE. RGB value is (168,207,254). Sum of RGB (Red+Green+Blue) = 168+207+254=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8CFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CFFE is #573001. Grayscale: #C8C8C8. Windows color (decimal): -5713922 or 16699304. OLE color: 16699304.

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

Color convert

RGB 168 207 254 -
CMYK 0.34 0.19 0 0.00
HSL 212.79º 0.98% 0.83% -
HSV(B) 212.79º 0.34% 1% -
XYZ 56.35 60.11 102.4 -
YUV 200.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 168 207 254 0.34 0.19 0 0.00 212.79 0.98 0.83
Hex A8 CF FE 22 13 0 0 D5 62 53
Octal 250 317 376 42 23 0 0 325 142 123
Binary 10101000 11001111 11111110 100010 10011 0 0 11010101 1100010 1010011

Color Harmonies of #A8CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CFFE

Black with #A8CFFE

Text Example


Text Example

White with #A8CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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