Html Css Color HEX #A1CEFA Pale Cornflower Blue

📋 copy color: '#A1CEFA'

red 161 ◦ green 206 ◦ blue 250

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

Shades of Pale Cornflower Blue #A1CEFA

Tints of Pale Cornflower Blue #A1CEFA

RGB

 RED value IS 161 (63.28% from 255) = 26.09%

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

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

R = 26.09%
G = 33.39%
B = 40.52%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A1CEFA (or 0xA1CEFA) is known color: Pale Cornflower Blue. HEX triplet: A1, CE and FA. RGB value is (161,206,250). Sum of RGB (Red+Green+Blue) = 161+206+250=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1CEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CEFA is #5E3105. Grayscale: #C5C5C5. Windows color (decimal): -6172934 or 16436897. OLE color: 16436897.

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

Color convert

RGB 161 206 250 -
CMYK 0.36 0.18 0 0.02
HSL 209.66º 0.9% 0.81% -
HSV(B) 209.66º 0.36% 0.98% -
XYZ 54.02 58.62 98.91 -
YUV 197.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 161 206 250 0.36 0.18 0 0.02 209.66 0.9 0.81
Hex A1 CE FA 24 12 0 2 D2 5A 51
Octal 241 316 372 44 22 0 2 322 132 121
Binary 10100001 11001110 11111010 100100 10010 0 10 11010010 1011010 1010001

Color Harmonies of #A1CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CEFA

Black with #A1CEFA

Text Example


Text Example

White with #A1CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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