#B0DAFD

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

Shades of Pale Cornflower Blue #B0DAFD

Tints of Pale Cornflower Blue #B0DAFD

Color information

#B0DAFD (or 0xB0DAFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, DA and FD. RGB value is (176,218,253). Sum of RGB (Red+Green+Blue) = 176+218+253=647 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.20% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0DAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DAFD is #4F2502. Grayscale: #D1D1D1. Windows color (decimal): -5186819 or 16636592. OLE color: 16636592.

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

Color convert

RGB176218253-
CMYK0.300.1400.01
HSL207.27º95.06%84.12%-
HSV(B)207.27º30.43%99.22%-
XYZ60.7166.46102.56-
YUV209.43152.59104.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.20%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 253 (99.22% from 255) = 39.10%
R=27.20%
G=33.69%
B=39.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762182530.300.1400.01207.2795.0684.12
HexB0DAFD1EE01cf5f54
Octal260332375361601317137124
Binary101100001101101011111101111101110011100111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DAFD; }

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

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

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

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

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

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

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

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