#B5DFFE

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

Shades of Pale Cornflower Blue #B5DFFE

Tints of Pale Cornflower Blue #B5DFFE

Color information

#B5DFFE (or 0xB5DFFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B5, DF and FE. RGB value is (181,223,254). Sum of RGB (Red+Green+Blue) = 181+223+254=658 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.51% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DFFE is #4A2001. Grayscale: #D5D5D5. Windows color (decimal): -4857858 or 16703413. OLE color: 16703413.

HSL color Cylindrical-coordinate representation of color #B5DFFE: hue angle of 205.48º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5DFFE is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB181223254-
CMYK0.290.1200.00
HSL205.48º97.33%85.29%-
HSV(B)205.48º28.74%99.61%-
XYZ63.3369.75103.89-
YUV213.98150.59104.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.51%
GREEN value IS 223 (87.5% from 255) = 33.89%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=27.51%
G=33.89%
B=38.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812232540.290.1200.00205.4897.3385.29
HexB5DFFE1DC00cd6155
Octal265337376351400315141125
Binary101101011101111111111110111011100001100110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DFFE; }

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

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

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

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

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

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

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

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