#B5DAFB

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

Shades of Pale Cornflower Blue #B5DAFB

Tints of Pale Cornflower Blue #B5DAFB

Color information

#B5DAFB (or 0xB5DAFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B5, DA and FB. RGB value is (181,218,251). Sum of RGB (Red+Green+Blue) = 181+218+251=650 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.85% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #B5DAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DAFB is #4A2504. Grayscale: #D2D2D2. Windows color (decimal): -4859141 or 16505525. OLE color: 16505525.

HSL color Cylindrical-coordinate representation of color #B5DAFB: hue angle of 208.29º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5DAFB is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181218251-
CMYK0.280.1300.02
HSL208.29º89.74%84.71%-
HSV(B)208.29º27.89%98.43%-
XYZ61.5466.93100.94-
YUV210.7150.74106.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.85%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=27.85%
G=33.54%
B=38.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812182510.280.1300.02208.2989.7484.71
HexB5DAFB1CD02d05a55
Octal265332373341502320132125
Binary1011010111011010111110111110011010101101000010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DAFB; }

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

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

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

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

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

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

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

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