#A8CBFC

Color #A8CBFC Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #A8CBFC

Tints of Pale Cornflower Blue #A8CBFC

Color information

#A8CBFC (or 0xA8CBFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, CB and FC. RGB value is (168,203,252). Sum of RGB (Red+Green+Blue) = 168+203+252=623 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.97% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8CBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CBFC is #573403. Grayscale: #C5C5C5. Windows color (decimal): -5714948 or 16567208. OLE color: 16567208.

HSL color Cylindrical-coordinate representation of color #A8CBFC: hue angle of 215º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8CBFC is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB168203252-
CMYK0.330.1900.01
HSL215º93.33%82.35%-
HSV(B)215º33.33%98.82%-
XYZ55.0858.06100.4-
YUV198.12158.4106.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.97%
GREEN value IS 203 (79.69% from 255) = 32.58%
BLUE value IS 252 (98.83% from 255) = 40.45%
R=26.97%
G=32.58%
B=40.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682032520.330.1900.0121593.3382.35
HexA8CBFC211301d75d52
Octal250313374412301327135122
Binary10101000110010111111110010000110011011101011110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CBFC; }

 p { color: rgb(168,203,252); }

 H1.HeaderClassName
 {
   color: #A8CBFC;
 }
 .AnyTagClassName
 {
   color: #A8CBFC;
 }
</style>
background-color css

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

 a { background-color: rgb(168,203,252); }

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

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

 span { border-color: rgb(168,203,252); }

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