Html Css Color HEX #A6CEFD Pale Cornflower Blue

📋 copy color: '#A6CEFD'

red 166 ◦ green 206 ◦ blue 253

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

Shades of Pale Cornflower Blue #A6CEFD

Tints of Pale Cornflower Blue #A6CEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.96%

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

R = 26.56%
G = 32.96%
B = 40.48%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6CEFD (or 0xA6CEFD) is known color: Pale Cornflower Blue. HEX triplet: A6, CE and FD. RGB value is (166,206,253). Sum of RGB (Red+Green+Blue) = 166+206+253=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6CEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CEFD is #593102. Grayscale: #C7C7C7. Windows color (decimal): -5845251 or 16633510. OLE color: 16633510.

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

Color convert

RGB 166 206 253 -
CMYK 0.34 0.19 0 0.01
HSL 212.41º 0.96% 0.82% -
HSV(B) 212.41º 0.34% 0.99% -
XYZ 55.53 59.34 101.46 -
YUV 199.4 158.25 104.18 -
System Red Green Blue C M Y K H S L
Decimal 166 206 253 0.34 0.19 0 0.01 212.41 0.96 0.82
Hex A6 CE FD 22 13 0 1 D4 60 52
Octal 246 316 375 42 23 0 1 324 140 122
Binary 10100110 11001110 11111101 100010 10011 0 1 11010100 1100000 1010010

Color Harmonies of #A6CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CEFD

Black with #A6CEFD

Text Example


Text Example

White with #A6CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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