#B5D5EB

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

Shades of Pale Cornflower Blue #B5D5EB

Tints of Pale Cornflower Blue #B5D5EB

Color information

#B5D5EB (or 0xB5D5EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B5, D5 and EB. RGB value is (181,213,235). Sum of RGB (Red+Green+Blue) = 181+213+235=629 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.78% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5D5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D5EB is #4A2A14. Grayscale: #CDCDCD. Windows color (decimal): -4860437 or 15455669. OLE color: 15455669.

HSL color Cylindrical-coordinate representation of color #B5D5EB: hue angle of 204.44º 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 #B5D5EB is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181213235-
CMYK0.230.0900.08
HSL204.44º57.45%81.57%-
HSV(B)204.44º22.98%92.16%-
XYZ57.8563.4187.79-
YUV205.94144.4110.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.78%
GREEN value IS 213 (83.59% from 255) = 33.86%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=28.78%
G=33.86%
B=37.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812132350.230.0900.08204.4457.4581.57
HexB5D5EB17908cc3952
Octal265325353271101031471122
Binary10110101110101011110101110111100101000110011001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D5EB; }

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

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

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

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

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

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

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

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