Html Css Color HEX #A8CEFC Pale Cornflower Blue

📋 copy color: '#A8CEFC'

red 168 ◦ green 206 ◦ blue 252

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

Shades of Pale Cornflower Blue #A8CEFC

Tints of Pale Cornflower Blue #A8CEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.91%

 BLUE value IS 252 (98.83% from 255) = 40.26%

R = 26.84%
G = 32.91%
B = 40.26%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8CEFC (or 0xA8CEFC) is known color: Pale Cornflower Blue. HEX triplet: A8, CE and FC. RGB value is (168,206,252). Sum of RGB (Red+Green+Blue) = 168+206+252=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8CEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CEFC is #573103. Grayscale: #C7C7C7. Windows color (decimal): -5714180 or 16567976. OLE color: 16567976.

HSL color Cylindrical-coordinate representation of color #A8CEFC: hue angle of 212.86º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8CEFC is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 206 252 -
CMYK 0.33 0.18 0 0.01
HSL 212.86º 0.93% 0.82% -
HSV(B) 212.86º 0.33% 0.99% -
XYZ 55.79 59.5 100.64 -
YUV 199.88 157.41 105.26 -
System Red Green Blue C M Y K H S L
Decimal 168 206 252 0.33 0.18 0 0.01 212.86 0.93 0.82
Hex A8 CE FC 21 12 0 1 D5 5D 52
Octal 250 316 374 41 22 0 1 325 135 122
Binary 10101000 11001110 11111100 100001 10010 0 1 11010101 1011101 1010010

Color Harmonies of #A8CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CEFC

Black with #A8CEFC

Text Example


Text Example

White with #A8CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CEFC; }

 p { color: rgb(168,206,252); }

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

background-color css

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

 a { background-color: rgb(168,206,252); }

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

border-color css

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

 span { border-color: rgb(168,206,252); }

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