Html Css Color HEX #A6CCFB Pale Cornflower Blue

📋 copy color: '#A6CCFB'

red 166 ◦ green 204 ◦ blue 251

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

Shades of Pale Cornflower Blue #A6CCFB

Tints of Pale Cornflower Blue #A6CCFB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.85%

 BLUE value IS 251 (98.44% from 255) = 40.42%

R = 26.73%
G = 32.85%
B = 40.42%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A6CCFB (or 0xA6CCFB) is known color: Pale Cornflower Blue. HEX triplet: A6, CC and FB. RGB value is (166,204,251). Sum of RGB (Red+Green+Blue) = 166+204+251=621 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.73% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6CCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CCFB is #593304. Grayscale: #C5C5C5. Windows color (decimal): -5845765 or 16501926. OLE color: 16501926.

HSL color Cylindrical-coordinate representation of color #A6CCFB: hue angle of 213.18º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6CCFB is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 204 251 -
CMYK 0.34 0.19 0 0.02
HSL 213.18º 0.91% 0.82% -
HSV(B) 213.18º 0.34% 0.98% -
XYZ 54.73 58.26 99.63 -
YUV 198 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 166 204 251 0.34 0.19 0 0.02 213.18 0.91 0.82
Hex A6 CC FB 22 13 0 2 D5 5B 52
Octal 246 314 373 42 23 0 2 325 133 122
Binary 10100110 11001100 11111011 100010 10011 0 10 11010101 1011011 1010010

Color Harmonies of #A6CCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCFB

Black with #A6CCFB

Text Example


Text Example

White with #A6CCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCFB; }

 p { color: rgb(166,204,251); }

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

background-color css

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

 a { background-color: rgb(166,204,251); }

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

border-color css

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

 span { border-color: rgb(166,204,251); }

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