Html Css Color HEX #A1CDFB Pale Cornflower Blue

📋 copy color: '#A1CDFB'

red 161 ◦ green 205 ◦ blue 251

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

Shades of Pale Cornflower Blue #A1CDFB

Tints of Pale Cornflower Blue #A1CDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.23%

 BLUE value IS 251 (98.44% from 255) = 40.68%

R = 26.09%
G = 33.23%
B = 40.68%

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

#A1CDFB (or 0xA1CDFB) is known color: Pale Cornflower Blue. HEX triplet: A1, CD and FB. RGB value is (161,205,251). Sum of RGB (Red+Green+Blue) = 161+205+251=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1CDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDFB is #5E3204. Grayscale: #C4C4C4. Windows color (decimal): -6173189 or 16502177. OLE color: 16502177.

HSL color Cylindrical-coordinate representation of color #A1CDFB: hue angle of 210.67º degrees, saturation: 0.92, 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 #A1CDFB is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 205 251 -
CMYK 0.36 0.18 0 0.02
HSL 210.67º 0.92% 0.81% -
HSV(B) 210.67º 0.36% 0.98% -
XYZ 53.94 58.2 99.66 -
YUV 197.09 158.42 102.26 -
System Red Green Blue C M Y K H S L
Decimal 161 205 251 0.36 0.18 0 0.02 210.67 0.92 0.81
Hex A1 CD FB 24 12 0 2 D3 5C 51
Octal 241 315 373 44 22 0 2 323 134 121
Binary 10100001 11001101 11111011 100100 10010 0 10 11010011 1011100 1010001

Color Harmonies of #A1CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CDFB

Black with #A1CDFB

Text Example


Text Example

White with #A1CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CDFB; }

 p { color: rgb(161,205,251); }

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

background-color css

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

 a { background-color: rgb(161,205,251); }

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

border-color css

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

 span { border-color: rgb(161,205,251); }

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