#B5DFFB

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

Shades of Pale Cornflower Blue #B5DFFB

Tints of Pale Cornflower Blue #B5DFFB

Color information

#B5DFFB (or 0xB5DFFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B5, DF and FB. RGB value is (181,223,251). Sum of RGB (Red+Green+Blue) = 181+223+251=655 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.63% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #B5DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DFFB is #4A2004. Grayscale: #D5D5D5. Windows color (decimal): -4857861 or 16506805. OLE color: 16506805.

HSL color Cylindrical-coordinate representation of color #B5DFFB: hue angle of 204º 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 #B5DFFB is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181223251-
CMYK0.280.1100.02
HSL204º89.74%84.71%-
HSV(B)204º27.89%98.43%-
XYZ62.8669.56101.38-
YUV213.63149.09104.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.63%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 251 (98.44% from 255) = 38.32%
R=27.63%
G=34.05%
B=38.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812232510.280.1100.0220489.7484.71
HexB5DFFB1CB02cc5a55
Octal265337373341302314132125
Binary1011010111011111111110111110010110101100110010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DFFB; }

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

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

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

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

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

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

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

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