#B7DEFB

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

Shades of Pale Cornflower Blue #B7DEFB

Tints of Pale Cornflower Blue #B7DEFB

Color information

#B7DEFB (or 0xB7DEFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, DE and FB. RGB value is (183,222,251). Sum of RGB (Red+Green+Blue) = 183+222+251=656 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.90% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #B7DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DEFB is #482104. Grayscale: #D5D5D5. Windows color (decimal): -4727045 or 16506551. OLE color: 16506551.

HSL color Cylindrical-coordinate representation of color #B7DEFB: hue angle of 205.59º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7DEFB is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183222251-
CMYK0.270.1200.02
HSL205.59º89.47%85.1%-
HSV(B)205.59º27.09%98.43%-
XYZ63.0669.27101.31-
YUV213.64149.08106.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.90%
GREEN value IS 222 (87.11% from 255) = 33.84%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=27.90%
G=33.84%
B=38.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832222510.270.1200.02205.5989.4785.1
HexB7DEFB1BC02ce5955
Octal267336373331402316131125
Binary1011011111011110111110111101111000101100111010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DEFB; }

 p { color: rgb(183,222,251); }

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

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

 a { background-color: rgb(183,222,251); }

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

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

 span { border-color: rgb(183,222,251); }

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