#B7DAFE

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

Shades of Pale Cornflower Blue #B7DAFE

Tints of Pale Cornflower Blue #B7DAFE

Color information

#B7DAFE (or 0xB7DAFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, DA and FE. RGB value is (183,218,254). Sum of RGB (Red+Green+Blue) = 183+218+254=655 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.94% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DAFE is #482501. Grayscale: #D3D3D3. Windows color (decimal): -4728066 or 16702135. OLE color: 16702135.

HSL color Cylindrical-coordinate representation of color #B7DAFE: hue angle of 210.42º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7DAFE is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB183218254-
CMYK0.280.1400.00
HSL210.42º97.26%85.69%-
HSV(B)210.42º27.95%99.61%-
XYZ62.4967.37103.48-
YUV211.64151.9107.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.94%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=27.94%
G=33.28%
B=38.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1832182540.280.1400.00210.4297.2685.69
HexB7DAFE1CE00d26156
Octal267332376341600322141126
Binary101101111101101011111110111001110001101001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DAFE; }

 p { color: rgb(183,218,254); }

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

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

 a { background-color: rgb(183,218,254); }

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

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

 span { border-color: rgb(183,218,254); }

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