#B3D0EA

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

Shades of Pale Cornflower Blue #B3D0EA

Tints of Pale Cornflower Blue #B3D0EA

Color information

#B3D0EA (or 0xB3D0EA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, D0 and EA. RGB value is (179,208,234). Sum of RGB (Red+Green+Blue) = 179+208+234=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3D0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D0EA is #4C2F15. Grayscale: #CACACA. Windows color (decimal): -4992790 or 15388851. OLE color: 15388851.

HSL color Cylindrical-coordinate representation of color #B3D0EA: hue angle of 208.36º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3D0EA is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179208234-
CMYK0.240.1100.08
HSL208.36º56.7%80.98%-
HSV(B)208.36º23.5%91.76%-
XYZ5660.6486.59-
YUV202.29145.89111.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.82%
GREEN value IS 208 (81.64% from 255) = 33.49%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=28.82%
G=33.49%
B=37.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792082340.240.1100.08208.3656.780.98
HexB3D0EA18B08d03951
Octal263320352301301032071121
Binary10110011110100001110101011000101101000110100001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D0EA; }

 p { color: rgb(179,208,234); }

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

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

 a { background-color: rgb(179,208,234); }

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

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

 span { border-color: rgb(179,208,234); }

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