#B4DBF9

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

Shades of Pale Cornflower Blue #B4DBF9

Tints of Pale Cornflower Blue #B4DBF9

Color information

#B4DBF9 (or 0xB4DBF9) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, DB and F9. RGB value is (180,219,249). Sum of RGB (Red+Green+Blue) = 180+219+249=648 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.78% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #B4DBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DBF9 is #4B2406. Grayscale: #D2D2D2. Windows color (decimal): -4924423 or 16374708. OLE color: 16374708.

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

Color convert

RGB180219249-
CMYK0.280.1200.02
HSL206.09º85.19%84.12%-
HSV(B)206.09º27.71%97.65%-
XYZ61.2567.2199.37-
YUV210.76149.58106.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.78%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 249 (97.66% from 255) = 38.43%
R=27.78%
G=33.80%
B=38.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802192490.280.1200.02206.0985.1984.12
HexB4DBF91CC02ce5554
Octal264333371341402316125124
Binary1011010011011011111110011110011000101100111010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DBF9; }

 p { color: rgb(180,219,249); }

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

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

 a { background-color: rgb(180,219,249); }

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

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

 span { border-color: rgb(180,219,249); }

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