#B0DAFA

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

Shades of Pale Cornflower Blue #B0DAFA

Tints of Pale Cornflower Blue #B0DAFA

Color information

#B0DAFA (or 0xB0DAFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, DA and FA. RGB value is (176,218,250). Sum of RGB (Red+Green+Blue) = 176+218+250=644 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.33% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0DAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DAFA is #4F2505. Grayscale: #D0D0D0. Windows color (decimal): -5186822 or 16439984. OLE color: 16439984.

HSL color Cylindrical-coordinate representation of color #B0DAFA: hue angle of 205.95º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0DAFA is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176218250-
CMYK0.300.1300.02
HSL205.95º88.1%83.53%-
HSV(B)205.95º29.6%98.04%-
XYZ60.2366.28100.06-
YUV209.09151.09104.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.33%
GREEN value IS 218 (85.55% from 255) = 33.85%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=27.33%
G=33.85%
B=38.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762182500.300.1300.02205.9588.183.53
HexB0DAFA1ED02ce5854
Octal260332372361502316130124
Binary1011000011011010111110101111011010101100111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DAFA; }

 p { color: rgb(176,218,250); }

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

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

 a { background-color: rgb(176,218,250); }

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

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

 span { border-color: rgb(176,218,250); }

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