Html Css Color HEX #A6CDFF Pale Cornflower Blue

📋 copy color: '#A6CDFF'

red 166 ◦ green 205 ◦ blue 255

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

Shades of Pale Cornflower Blue #A6CDFF

Tints of Pale Cornflower Blue #A6CDFF

RGB

 RED value IS 166 (65.23% from 255) = 26.52%

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

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

R = 26.52%
G = 32.75%
B = 40.73%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6CDFF (or 0xA6CDFF) is known color: Pale Cornflower Blue. HEX triplet: A6, CD and FF. RGB value is (166,205,255). Sum of RGB (Red+Green+Blue) = 166+205+255=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CDFF is #593200. Grayscale: #C6C6C6. Windows color (decimal): -5845505 or 16764326. OLE color: 16764326.

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

Color convert

RGB 166 205 255 -
CMYK 0.35 0.20 0 0
HSL 213.71º 1% 0.83% -
HSV(B) 213.71º 0.35% 1% -
XYZ 55.61 58.99 103.06 -
YUV 199.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 166 205 255 0.35 0.20 0 0 213.71 1 0.83
Hex A6 CD FF 23 14 0 0 D6 64 53
Octal 246 315 377 43 24 0 0 326 144 123
Binary 10100110 11001101 11111111 100011 10100 0 0 11010110 1100100 1010011

Color Harmonies of #A6CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CDFF

Black with #A6CDFF

Text Example


Text Example

White with #A6CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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