#B7DAFB

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

Shades of Pale Cornflower Blue #B7DAFB

Tints of Pale Cornflower Blue #B7DAFB

Color information

#B7DAFB (or 0xB7DAFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, DA and FB. RGB value is (183,218,251). Sum of RGB (Red+Green+Blue) = 183+218+251=652 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.07% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #B7DAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DAFB is #482504. Grayscale: #D3D3D3. Windows color (decimal): -4728069 or 16505527. OLE color: 16505527.

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

Color convert

RGB183218251-
CMYK0.270.1300.02
HSL209.12º89.47%85.1%-
HSV(B)209.12º27.09%98.43%-
XYZ62.0167.18100.96-
YUV211.3150.4107.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.07%
GREEN value IS 218 (85.55% from 255) = 33.44%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=28.07%
G=33.44%
B=38.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832182510.270.1300.02209.1289.4785.1
HexB7DAFB1BD02d15955
Octal267332373331502321131125
Binary1011011111011010111110111101111010101101000110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DAFB; }

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

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

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

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

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

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

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

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