Html Css Color HEX #A3CDFF Pale Cornflower Blue

📋 copy color: '#A3CDFF'

red 163 ◦ green 205 ◦ blue 255

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

Shades of Pale Cornflower Blue #A3CDFF

Tints of Pale Cornflower Blue #A3CDFF

RGB

 RED value IS 163 (64.06% from 255) = 26.16%

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

 BLUE value IS 255 (100% from 255) = 40.93%

R = 26.16%
G = 32.91%
B = 40.93%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A3CDFF (or 0xA3CDFF) is known color: Pale Cornflower Blue. HEX triplet: A3, CD and FF. RGB value is (163,205,255). Sum of RGB (Red+Green+Blue) = 163+205+255=623 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.16% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CDFF is #5C3200. Grayscale: #C5C5C5. Windows color (decimal): -6042113 or 16764323. OLE color: 16764323.

HSL color Cylindrical-coordinate representation of color #A3CDFF: hue angle of 212.61º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3CDFF is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 163 205 255 -
CMYK 0.36 0.20 0 0
HSL 212.61º 1% 0.82% -
HSV(B) 212.61º 0.36% 1% -
XYZ 54.99 58.67 103.03 -
YUV 198.14 160.09 102.93 -
System Red Green Blue C M Y K H S L
Decimal 163 205 255 0.36 0.20 0 0 212.61 1 0.82
Hex A3 CD FF 24 14 0 0 D5 64 52
Octal 243 315 377 44 24 0 0 325 144 122
Binary 10100011 11001101 11111111 100100 10100 0 0 11010101 1100100 1010010

Color Harmonies of #A3CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CDFF

Black with #A3CDFF

Text Example


Text Example

White with #A3CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CDFF; }

 p { color: rgb(163,205,255); }

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

background-color css

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

 a { background-color: rgb(163,205,255); }

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

border-color css

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

 span { border-color: rgb(163,205,255); }

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