#A8CBEB

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

Shades of Pale Cornflower Blue #A8CBEB

Tints of Pale Cornflower Blue #A8CBEB

Color information

#A8CBEB (or 0xA8CBEB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A8, CB and EB. RGB value is (168,203,235). Sum of RGB (Red+Green+Blue) = 168+203+235=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8CBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CBEB is #573414. Grayscale: #C4C4C4. Windows color (decimal): -5714965 or 15453096. OLE color: 15453096.

HSL color Cylindrical-coordinate representation of color #A8CBEB: hue angle of 208.66º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8CBEB is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168203235-
CMYK0.290.1400.08
HSL208.66º62.62%79.02%-
HSV(B)208.66º28.51%92.16%-
XYZ52.557.0386.84-
YUV196.18149.9107.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.72%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=27.72%
G=33.50%
B=38.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682032350.290.1400.08208.6662.6279.02
HexA8CBEB1DE08d13f4f
Octal250313353351601032177117
Binary10101000110010111110101111101111001000110100011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CBEB; }

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

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

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

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

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

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

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

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