#B7DDFA

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

Shades of Pale Cornflower Blue #B7DDFA

Tints of Pale Cornflower Blue #B7DDFA

Color information

#B7DDFA (or 0xB7DDFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, DD and FA. RGB value is (183,221,250). Sum of RGB (Red+Green+Blue) = 183+221+250=654 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.98% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7DDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DDFA is #482205. Grayscale: #D4D4D4. Windows color (decimal): -4727302 or 16440759. OLE color: 16440759.

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

Color convert

RGB183221250-
CMYK0.270.1200.02
HSL205.97º87.01%84.9%-
HSV(B)205.97º26.8%98.04%-
XYZ62.6468.68100.4-
YUV212.94148.91106.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.98%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=27.98%
G=33.79%
B=38.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832212500.270.1200.02205.9787.0184.9
HexB7DDFA1BC02ce5755
Octal267335372331402316127125
Binary1011011111011101111110101101111000101100111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DDFA; }

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

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

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

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

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

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

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

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