#B4DDFD

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

Shades of Pale Cornflower Blue #B4DDFD

Tints of Pale Cornflower Blue #B4DDFD

Color information

#B4DDFD (or 0xB4DDFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, DD and FD. RGB value is (180,221,253). Sum of RGB (Red+Green+Blue) = 180+221+253=654 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.52% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DDFD is #4B2202. Grayscale: #D4D4D4. Windows color (decimal): -4923907 or 16637364. OLE color: 16637364.

HSL color Cylindrical-coordinate representation of color #B4DDFD: hue angle of 206.3º 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 #B4DDFD is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180221253-
CMYK0.290.1300.01
HSL206.3º94.81%84.9%-
HSV(B)206.3º28.85%99.22%-
XYZ62.4168.51102.86-
YUV212.39150.92104.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.52%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=27.52%
G=33.79%
B=38.69%

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
Decimal1802212530.290.1300.01206.394.8184.9
HexB4DDFD1DD01ce5f55
Octal264335375351501316137125
Binary101101001101110111111101111011101011100111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DDFD; }

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

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

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

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

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

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

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

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