#B0CFFF

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

Shades of Pale Cornflower Blue #B0CFFF

Tints of Pale Cornflower Blue #B0CFFF

Color information

#B0CFFF (or 0xB0CFFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CF and FF. RGB value is (176,207,255). Sum of RGB (Red+Green+Blue) = 176+207+255=638 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.59% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CFFF is #4F3000. Grayscale: #CACACA. Windows color (decimal): -5189633 or 16764848. OLE color: 16764848.

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

Color convert

RGB176207255-
CMYK0.310.1900
HSL216.46º100%84.51%-
HSV(B)216.46º30.98%100%-
XYZ58.2761.08103.33-
YUV203.2157.23108.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.59%
GREEN value IS 207 (81.25% from 255) = 32.45%
BLUE value IS 255 (100% from 255) = 39.97%
R=27.59%
G=32.45%
B=39.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762072550.310.1900216.4610084.51
HexB0CFFF1F1300d86455
Octal260317377372300330144125
Binary1011000011001111111111111111110011001101100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFFF; }

 p { color: rgb(176,207,255); }

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

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

 a { background-color: rgb(176,207,255); }

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

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

 span { border-color: rgb(176,207,255); }

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