#B7DFFE

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

Shades of Pale Cornflower Blue #B7DFFE

Tints of Pale Cornflower Blue #B7DFFE

Color information

#B7DFFE (or 0xB7DFFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, DF and FE. RGB value is (183,223,254). Sum of RGB (Red+Green+Blue) = 183+223+254=660 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.73% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DFFE is #482001. Grayscale: #D6D6D6. Windows color (decimal): -4726786 or 16703415. OLE color: 16703415.

HSL color Cylindrical-coordinate representation of color #B7DFFE: hue angle of 206.2º 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 #B7DFFE is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB183223254-
CMYK0.280.1200.00
HSL206.2º97.26%85.69%-
HSV(B)206.2º27.95%99.61%-
XYZ63.8170103.91-
YUV214.57150.25105.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.73%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=27.73%
G=33.79%
B=38.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1832232540.280.1200.00206.297.2685.69
HexB7DFFE1CC00ce6156
Octal267337376341400316141126
Binary101101111101111111111110111001100001100111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DFFE; }

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

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

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

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

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

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

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

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