Html Css Color HEX #A8CEFA Pale Cornflower Blue

📋 copy color: '#A8CEFA'

red 168 ◦ green 206 ◦ blue 250

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

Shades of Pale Cornflower Blue #A8CEFA

Tints of Pale Cornflower Blue #A8CEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.06%

R = 26.92%
G = 33.01%
B = 40.06%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8CEFA (or 0xA8CEFA) is known color: Pale Cornflower Blue. HEX triplet: A8, CE and FA. RGB value is (168,206,250). Sum of RGB (Red+Green+Blue) = 168+206+250=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8CEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CEFA is #573105. Grayscale: #C7C7C7. Windows color (decimal): -5714182 or 16436904. OLE color: 16436904.

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

Color convert

RGB 168 206 250 -
CMYK 0.33 0.18 0 0.02
HSL 212.2º 0.89% 0.82% -
HSV(B) 212.2º 0.33% 0.98% -
XYZ 55.48 59.37 98.98 -
YUV 199.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 168 206 250 0.33 0.18 0 0.02 212.2 0.89 0.82
Hex A8 CE FA 21 12 0 2 D4 59 52
Octal 250 316 372 41 22 0 2 324 131 122
Binary 10101000 11001110 11111010 100001 10010 0 10 11010100 1011001 1010010

Color Harmonies of #A8CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CEFA

Black with #A8CEFA

Text Example


Text Example

White with #A8CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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