#B3D5EE

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

Shades of Pale Cornflower Blue #B3D5EE

Tints of Pale Cornflower Blue #B3D5EE

Color information

#B3D5EE (or 0xB3D5EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, D5 and EE. RGB value is (179,213,238). Sum of RGB (Red+Green+Blue) = 179+213+238=630 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.41% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3D5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D5EE is #4C2A11. Grayscale: #CDCDCD. Windows color (decimal): -4991506 or 15652275. OLE color: 15652275.

HSL color Cylindrical-coordinate representation of color #B3D5EE: hue angle of 205.42º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3D5EE is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179213238-
CMYK0.250.1100.07
HSL205.42º63.44%81.76%-
HSV(B)205.42º24.79%93.33%-
XYZ57.8263.3590.07-
YUV205.68146.24108.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.41%
GREEN value IS 213 (83.59% from 255) = 33.81%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=28.41%
G=33.81%
B=37.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792132380.250.1100.07205.4263.4481.76
HexB3D5EE19B07cd3f52
Octal26332535631130731577122
Binary1011001111010101111011101100110110111110011011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D5EE; }

 p { color: rgb(179,213,238); }

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

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

 a { background-color: rgb(179,213,238); }

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

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

 span { border-color: rgb(179,213,238); }

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