#B7DDFD

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

Shades of Pale Cornflower Blue #B7DDFD

Tints of Pale Cornflower Blue #B7DDFD

Color information

#B7DDFD (or 0xB7DDFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, DD and FD. RGB value is (183,221,253). Sum of RGB (Red+Green+Blue) = 183+221+253=657 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.85% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DDFD is #482202. Grayscale: #D5D5D5. Windows color (decimal): -4727299 or 16637367. OLE color: 16637367.

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

Color convert

RGB183221253-
CMYK0.280.1300.01
HSL207.43º94.59%85.49%-
HSV(B)207.43º27.67%99.22%-
XYZ63.1168.87102.9-
YUV213.29150.41106.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.85%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=27.85%
G=33.64%
B=38.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832212530.280.1300.01207.4394.5985.49
HexB7DDFD1CD01cf5f55
Octal267335375341501317137125
Binary101101111101110111111101111001101011100111110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DDFD; }

 p { color: rgb(183,221,253); }

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

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

 a { background-color: rgb(183,221,253); }

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

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

 span { border-color: rgb(183,221,253); }

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