#B4DAFD

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

Shades of Pale Cornflower Blue #B4DAFD

Tints of Pale Cornflower Blue #B4DAFD

Color information

#B4DAFD (or 0xB4DAFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, DA and FD. RGB value is (180,218,253). Sum of RGB (Red+Green+Blue) = 180+218+253=651 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.65% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DAFD is #4B2502. Grayscale: #D2D2D2. Windows color (decimal): -4924675 or 16636596. OLE color: 16636596.

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

Color convert

RGB180218253-
CMYK0.290.1400.01
HSL208.77º94.81%84.9%-
HSV(B)208.77º28.85%99.22%-
XYZ61.6266.94102.6-
YUV210.63151.91106.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.65%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=27.65%
G=33.49%
B=38.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802182530.290.1400.01208.7794.8184.9
HexB4DAFD1DE01d15f55
Octal264332375351601321137125
Binary101101001101101011111101111011110011101000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DAFD; }

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

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

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

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

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

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

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

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