#B7DAFD

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

Shades of Pale Cornflower Blue #B7DAFD

Tints of Pale Cornflower Blue #B7DAFD

Color information

#B7DAFD (or 0xB7DAFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, DA and FD. RGB value is (183,218,253). Sum of RGB (Red+Green+Blue) = 183+218+253=654 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.98% from 654); Green value is 218 (85.55% from 255 or 33.33% 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 #B7DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DAFD is #482502. Grayscale: #D3D3D3. Windows color (decimal): -4728067 or 16636599. OLE color: 16636599.

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

Color convert

RGB183218253-
CMYK0.280.1400.01
HSL210º94.59%85.49%-
HSV(B)210º27.67%99.22%-
XYZ62.3367.3102.63-
YUV211.52151.4107.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.98%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=27.98%
G=33.33%
B=38.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832182530.280.1400.0121094.5985.49
HexB7DAFD1CE01d25f55
Octal267332375341601322137125
Binary101101111101101011111101111001110011101001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DAFD; }

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

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

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

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

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

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

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

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