#B2DAFA

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

Shades of Pale Cornflower Blue #B2DAFA

Tints of Pale Cornflower Blue #B2DAFA

Color information

#B2DAFA (or 0xB2DAFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B2, DA and FA. RGB value is (178,218,250). Sum of RGB (Red+Green+Blue) = 178+218+250=646 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.55% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2DAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DAFA is #4D2505. Grayscale: #D1D1D1. Windows color (decimal): -5055750 or 16439986. OLE color: 16439986.

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

Color convert

RGB178218250-
CMYK0.290.1300.02
HSL206.67º87.8%83.92%-
HSV(B)206.67º28.8%98.04%-
XYZ60.6966.51100.08-
YUV209.69150.75105.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.55%
GREEN value IS 218 (85.55% from 255) = 33.75%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=27.55%
G=33.75%
B=38.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782182500.290.1300.02206.6787.883.92
HexB2DAFA1DD02cf5854
Octal262332372351502317130124
Binary1011001011011010111110101110111010101100111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DAFA; }

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

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

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

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

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

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

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

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