Html Css Color HEX #A6CFFD Pale Cornflower Blue

📋 copy color: '#A6CFFD'

red 166 ◦ green 207 ◦ blue 253

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

Shades of Pale Cornflower Blue #A6CFFD

Tints of Pale Cornflower Blue #A6CFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.07%

 BLUE value IS 253 (99.22% from 255) = 40.42%

R = 26.52%
G = 33.07%
B = 40.42%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6CFFD (or 0xA6CFFD) is known color: Pale Cornflower Blue. HEX triplet: A6, CF and FD. RGB value is (166,207,253). Sum of RGB (Red+Green+Blue) = 166+207+253=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CFFD is #593002. Grayscale: #C7C7C7. Windows color (decimal): -5844995 or 16633766. OLE color: 16633766.

HSL color Cylindrical-coordinate representation of color #A6CFFD: hue angle of 211.72º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6CFFD is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 207 253 -
CMYK 0.34 0.18 0 0.01
HSL 211.72º 0.96% 0.82% -
HSV(B) 211.72º 0.34% 0.99% -
XYZ 55.77 59.82 101.54 -
YUV 199.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 166 207 253 0.34 0.18 0 0.01 211.72 0.96 0.82
Hex A6 CF FD 22 12 0 1 D4 60 52
Octal 246 317 375 42 22 0 1 324 140 122
Binary 10100110 11001111 11111101 100010 10010 0 1 11010100 1100000 1010010

Color Harmonies of #A6CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CFFD

Black with #A6CFFD

Text Example


Text Example

White with #A6CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CFFD; }

 p { color: rgb(166,207,253); }

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

background-color css

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

 a { background-color: rgb(166,207,253); }

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

border-color css

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

 span { border-color: rgb(166,207,253); }

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