#B8D6EB

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

Shades of Pale Cornflower Blue #B8D6EB

Tints of Pale Cornflower Blue #B8D6EB

Color information

#B8D6EB (or 0xB8D6EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, D6 and EB. RGB value is (184,214,235). Sum of RGB (Red+Green+Blue) = 184+214+235=633 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.07% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8D6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D6EB is #472914. Grayscale: #CFCFCF. Windows color (decimal): -4663573 or 15455928. OLE color: 15455928.

HSL color Cylindrical-coordinate representation of color #B8D6EB: hue angle of 204.71º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8D6EB is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184214235-
CMYK0.220.0900.08
HSL204.71º56.04%82.16%-
HSV(B)204.71º21.7%92.16%-
XYZ58.8164.2887.91-
YUV207.42143.56111.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.07%
GREEN value IS 214 (83.98% from 255) = 33.81%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=29.07%
G=33.81%
B=37.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842142350.220.0900.08204.7156.0482.16
HexB8D6EB16908cd3852
Octal270326353261101031570122
Binary10111000110101101110101110110100101000110011011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D6EB; }

 p { color: rgb(184,214,235); }

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

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

 a { background-color: rgb(184,214,235); }

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

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

 span { border-color: rgb(184,214,235); }

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