Html Css Color HEX #A0CDFC Pale Cornflower Blue

📋 copy color: '#A0CDFC'

red 160 ◦ green 205 ◦ blue 252

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

Shades of Pale Cornflower Blue #A0CDFC

Tints of Pale Cornflower Blue #A0CDFC

RGB

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

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

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

R = 25.93%
G = 33.23%
B = 40.84%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A0CDFC (or 0xA0CDFC) is known color: Pale Cornflower Blue. HEX triplet: A0, CD and FC. RGB value is (160,205,252). Sum of RGB (Red+Green+Blue) = 160+205+252=617 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.93% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0CDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CDFC is #5F3203. Grayscale: #C4C4C4. Windows color (decimal): -6238724 or 16567712. OLE color: 16567712.

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

Color convert

RGB 160 205 252 -
CMYK 0.37 0.19 0 0.01
HSL 210.65º 0.94% 0.81% -
HSV(B) 210.65º 0.37% 0.99% -
XYZ 53.9 58.16 100.48 -
YUV 196.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 160 205 252 0.37 0.19 0 0.01 210.65 0.94 0.81
Hex A0 CD FC 25 13 0 1 D3 5E 51
Octal 240 315 374 45 23 0 1 323 136 121
Binary 10100000 11001101 11111100 100101 10011 0 1 11010011 1011110 1010001

Color Harmonies of #A0CDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CDFC

Black with #A0CDFC

Text Example


Text Example

White with #A0CDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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