#B8DEFC

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

Shades of Pale Cornflower Blue #B8DEFC

Tints of Pale Cornflower Blue #B8DEFC

Color information

#B8DEFC (or 0xB8DEFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, DE and FC. RGB value is (184,222,252). Sum of RGB (Red+Green+Blue) = 184+222+252=658 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.96% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DEFC is #472103. Grayscale: #D5D5D5. Windows color (decimal): -4661508 or 16572088. OLE color: 16572088.

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

Color convert

RGB184222252-
CMYK0.270.1200.01
HSL206.47º91.89%85.49%-
HSV(B)206.47º26.98%98.82%-
XYZ63.4669.46102.16-
YUV214.06149.41106.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.96%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 252 (98.83% from 255) = 38.30%
R=27.96%
G=33.74%
B=38.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842222520.270.1200.01206.4791.8985.49
HexB8DEFC1BC01ce5c55
Octal270336374331401316134125
Binary101110001101111011111100110111100011100111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DEFC; }

 p { color: rgb(184,222,252); }

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

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

 a { background-color: rgb(184,222,252); }

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

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

 span { border-color: rgb(184,222,252); }

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