Html Css Color HEX #A6CBFD Pale Cornflower Blue

📋 copy color: '#A6CBFD'

red 166 ◦ green 203 ◦ blue 253

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

Shades of Pale Cornflower Blue #A6CBFD

Tints of Pale Cornflower Blue #A6CBFD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.64%

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

R = 26.69%
G = 32.64%
B = 40.68%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6CBFD (or 0xA6CBFD) is known color: Pale Cornflower Blue. HEX triplet: A6, CB and FD. RGB value is (166,203,253). Sum of RGB (Red+Green+Blue) = 166+203+253=622 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.69% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6CBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CBFD is #593402. Grayscale: #C5C5C5. Windows color (decimal): -5846019 or 16632742. OLE color: 16632742.

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

Color convert

RGB 166 203 253 -
CMYK 0.34 0.20 0 0.01
HSL 214.48º 0.96% 0.82% -
HSV(B) 214.48º 0.34% 0.99% -
XYZ 54.81 57.91 101.22 -
YUV 197.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 166 203 253 0.34 0.20 0 0.01 214.48 0.96 0.82
Hex A6 CB FD 22 14 0 1 D6 60 52
Octal 246 313 375 42 24 0 1 326 140 122
Binary 10100110 11001011 11111101 100010 10100 0 1 11010110 1100000 1010010

Color Harmonies of #A6CBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CBFD

Black with #A6CBFD

Text Example


Text Example

White with #A6CBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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