#B5D3EB

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

Shades of Pale Cornflower Blue #B5D3EB

Tints of Pale Cornflower Blue #B5D3EB

Color information

#B5D3EB (or 0xB5D3EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B5, D3 and EB. RGB value is (181,211,235). Sum of RGB (Red+Green+Blue) = 181+211+235=627 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.87% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5D3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D3EB is #4A2C14. Grayscale: #CCCCCC. Windows color (decimal): -4860949 or 15455157. OLE color: 15455157.

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

Color convert

RGB181211235-
CMYK0.230.1000.08
HSL206.67º57.45%81.57%-
HSV(B)206.67º22.98%92.16%-
XYZ57.3562.4187.62-
YUV204.77145.06111.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.87%
GREEN value IS 211 (82.81% from 255) = 33.65%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=28.87%
G=33.65%
B=37.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812112350.230.1000.08206.6757.4581.57
HexB5D3EB17A08cf3952
Octal265323353271201031771122
Binary10110101110100111110101110111101001000110011111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D3EB; }

 p { color: rgb(181,211,235); }

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

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

 a { background-color: rgb(181,211,235); }

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

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

 span { border-color: rgb(181,211,235); }

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