Html Css Color HEX #A0CDFE Pale Cornflower Blue

📋 copy color: '#A0CDFE'

red 160 ◦ green 205 ◦ blue 254

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

Shades of Pale Cornflower Blue #A0CDFE

Tints of Pale Cornflower Blue #A0CDFE

RGB

 RED value IS 160 (62.89% from 255) = 25.85%

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

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

R = 25.85%
G = 33.12%
B = 41.03%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A0CDFE (or 0xA0CDFE) is known color: Pale Cornflower Blue. HEX triplet: A0, CD and FE. RGB value is (160,205,254). Sum of RGB (Red+Green+Blue) = 160+205+254=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0CDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CDFE is #5F3201. Grayscale: #C4C4C4. Windows color (decimal): -6238722 or 16698784. OLE color: 16698784.

HSL color Cylindrical-coordinate representation of color #A0CDFE: hue angle of 211.28º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0CDFE is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 205 254 -
CMYK 0.37 0.19 0 0.00
HSL 211.28º 0.98% 0.81% -
HSV(B) 211.28º 0.37% 1% -
XYZ 54.22 58.29 102.16 -
YUV 197.13 160.09 101.52 -
System Red Green Blue C M Y K H S L
Decimal 160 205 254 0.37 0.19 0 0.00 211.28 0.98 0.81
Hex A0 CD FE 25 13 0 0 D3 62 51
Octal 240 315 376 45 23 0 0 323 142 121
Binary 10100000 11001101 11111110 100101 10011 0 0 11010011 1100010 1010001

Color Harmonies of #A0CDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CDFE

Black with #A0CDFE

Text Example


Text Example

White with #A0CDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CDFE; }

 p { color: rgb(160,205,254); }

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

background-color css

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

 a { background-color: rgb(160,205,254); }

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

border-color css

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

 span { border-color: rgb(160,205,254); }

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