Html Css Color HEX #A6CBFE Pale Cornflower Blue

📋 copy color: '#A6CBFE'

red 166 ◦ green 203 ◦ blue 254

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

Shades of Pale Cornflower Blue #A6CBFE

Tints of Pale Cornflower Blue #A6CBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.77%

R = 26.65%
G = 32.58%
B = 40.77%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A6CBFE (or 0xA6CBFE) is known color: Pale Cornflower Blue. HEX triplet: A6, CB and FE. RGB value is (166,203,254). Sum of RGB (Red+Green+Blue) = 166+203+254=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CBFE is #593401. Grayscale: #C5C5C5. Windows color (decimal): -5846018 or 16698278. OLE color: 16698278.

HSL color Cylindrical-coordinate representation of color #A6CBFE: hue angle of 214.77º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6CBFE is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 203 254 -
CMYK 0.35 0.20 0 0.00
HSL 214.77º 0.98% 0.82% -
HSV(B) 214.77º 0.35% 1% -
XYZ 54.97 57.97 102.06 -
YUV 197.75 159.74 105.35 -
System Red Green Blue C M Y K H S L
Decimal 166 203 254 0.35 0.20 0 0.00 214.77 0.98 0.82
Hex A6 CB FE 23 14 0 0 D7 62 52
Octal 246 313 376 43 24 0 0 327 142 122
Binary 10100110 11001011 11111110 100011 10100 0 0 11010111 1100010 1010010

Color Harmonies of #A6CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CBFE

Black with #A6CBFE

Text Example


Text Example

White with #A6CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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