#B4DBFD

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

Shades of Pale Cornflower Blue #B4DBFD

Tints of Pale Cornflower Blue #B4DBFD

Color information

#B4DBFD (or 0xB4DBFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, DB and FD. RGB value is (180,219,253). Sum of RGB (Red+Green+Blue) = 180+219+253=652 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.61% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DBFD is #4B2402. Grayscale: #D3D3D3. Windows color (decimal): -4924419 or 16636852. OLE color: 16636852.

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

Color convert

RGB180219253-
CMYK0.290.1300.01
HSL207.95º94.81%84.9%-
HSV(B)207.95º28.85%99.22%-
XYZ61.8867.46102.69-
YUV211.22151.58105.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.61%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=27.61%
G=33.59%
B=38.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802192530.290.1300.01207.9594.8184.9
HexB4DBFD1DD01d05f55
Octal264333375351501320137125
Binary101101001101101111111101111011101011101000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DBFD; }

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

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

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

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

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

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

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

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