#B8D3EA

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

Shades of Pale Cornflower Blue #B8D3EA

Tints of Pale Cornflower Blue #B8D3EA

Color information

#B8D3EA (or 0xB8D3EA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, D3 and EA. RGB value is (184,211,234). Sum of RGB (Red+Green+Blue) = 184+211+234=629 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.25% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8D3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D3EA is #472C15. Grayscale: #CDCDCD. Windows color (decimal): -4664342 or 15389624. OLE color: 15389624.

HSL color Cylindrical-coordinate representation of color #B8D3EA: hue angle of 207.6º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8D3EA is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184211234-
CMYK0.210.1000.08
HSL207.6º54.35%81.96%-
HSV(B)207.6º21.37%91.76%-
XYZ57.9162.7286.9-
YUV205.55144.05112.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.25%
GREEN value IS 211 (82.81% from 255) = 33.55%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=29.25%
G=33.55%
B=37.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842112340.210.1000.08207.654.3581.96
HexB8D3EA15A08d03652
Octal270323352251201032066122
Binary10111000110100111110101010101101001000110100001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D3EA; }

 p { color: rgb(184,211,234); }

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

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

 a { background-color: rgb(184,211,234); }

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

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

 span { border-color: rgb(184,211,234); }

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