Html Css Color HEX #A6CFFF Pale Cornflower Blue

📋 copy color: '#A6CFFF'

red 166 ◦ green 207 ◦ blue 255

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

Shades of Pale Cornflower Blue #A6CFFF

Tints of Pale Cornflower Blue #A6CFFF

RGB

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

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

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

R = 26.43%
G = 32.96%
B = 40.61%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6CFFF (or 0xA6CFFF) is known color: Pale Cornflower Blue. HEX triplet: A6, CF and FF. RGB value is (166,207,255). Sum of RGB (Red+Green+Blue) = 166+207+255=628 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.43% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CFFF is #593000. Grayscale: #C7C7C7. Windows color (decimal): -5844993 or 16764838. OLE color: 16764838.

HSL color Cylindrical-coordinate representation of color #A6CFFF: hue angle of 212.36º 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 #A6CFFF is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 207 255 -
CMYK 0.35 0.19 0 0
HSL 212.36º 1% 0.83% -
HSV(B) 212.36º 0.35% 1% -
XYZ 56.09 59.95 103.22 -
YUV 200.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 166 207 255 0.35 0.19 0 0 212.36 1 0.83
Hex A6 CF FF 23 13 0 0 D4 64 53
Octal 246 317 377 43 23 0 0 324 144 123
Binary 10100110 11001111 11111111 100011 10011 0 0 11010100 1100100 1010011

Color Harmonies of #A6CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CFFF

Black with #A6CFFF

Text Example


Text Example

White with #A6CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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