#B1D6EE

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

Shades of Pale Cornflower Blue #B1D6EE

Tints of Pale Cornflower Blue #B1D6EE

Color information

#B1D6EE (or 0xB1D6EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, D6 and EE. RGB value is (177,214,238). Sum of RGB (Red+Green+Blue) = 177+214+238=629 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.14% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1D6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D6EE is #4E2911. Grayscale: #CDCDCD. Windows color (decimal): -5122322 or 15652529. OLE color: 15652529.

HSL color Cylindrical-coordinate representation of color #B1D6EE: hue angle of 203.61º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1D6EE is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177214238-
CMYK0.260.1000.07
HSL203.61º64.21%81.37%-
HSV(B)203.61º25.63%93.33%-
XYZ57.6163.6190.13-
YUV205.67146.24107.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.14%
GREEN value IS 214 (83.98% from 255) = 34.02%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=28.14%
G=34.02%
B=37.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772142380.260.1000.07203.6164.2181.37
HexB1D6EE1AA07cc4051
Octal261326356321207314100121
Binary10110001110101101110111011010101001111100110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D6EE; }

 p { color: rgb(177,214,238); }

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

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

 a { background-color: rgb(177,214,238); }

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

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

 span { border-color: rgb(177,214,238); }

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