#B5DAFC

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

Shades of Pale Cornflower Blue #B5DAFC

Tints of Pale Cornflower Blue #B5DAFC

Color information

#B5DAFC (or 0xB5DAFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B5, DA and FC. RGB value is (181,218,252). Sum of RGB (Red+Green+Blue) = 181+218+252=651 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.80% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DAFC is #4A2503. Grayscale: #D2D2D2. Windows color (decimal): -4859140 or 16571061. OLE color: 16571061.

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

Color convert

RGB181218252-
CMYK0.280.1300.01
HSL208.73º92.21%84.9%-
HSV(B)208.73º28.17%98.82%-
XYZ61.766.99101.77-
YUV210.81151.24106.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.80%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=27.80%
G=33.49%
B=38.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812182520.280.1300.01208.7392.2184.9
HexB5DAFC1CD01d15c55
Octal265332374341501321134125
Binary101101011101101011111100111001101011101000110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DAFC; }

 p { color: rgb(181,218,252); }

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

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

 a { background-color: rgb(181,218,252); }

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

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

 span { border-color: rgb(181,218,252); }

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