Html Css Color HEX #B0D9FA Pale Cornflower Blue

📋 copy color: '#B0D9FA'

red 176 ◦ green 217 ◦ blue 250

#B0D9FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #B0D9FA

Tints of Pale Cornflower Blue #B0D9FA

RGB

 RED value IS 176 (69.14% from 255) = 27.37%

 GREEN value IS 217 (85.16% from 255) = 33.75%

 BLUE value IS 250 (98.05% from 255) = 38.88%

R = 27.37%
G = 33.75%
B = 38.88%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0D9FA (or 0xB0D9FA) is known color: Pale Cornflower Blue. HEX triplet: B0, D9 and FA. RGB value is (176,217,250). Sum of RGB (Red+Green+Blue) = 176+217+250=643 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.37% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0D9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D9FA is #4F2605. Grayscale: #D0D0D0. Windows color (decimal): -5187078 or 16439728. OLE color: 16439728.

HSL color Cylindrical-coordinate representation of color #B0D9FA: hue angle of 206.76º 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 #B0D9FA is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 217 250 -
CMYK 0.30 0.13 0 0.02
HSL 206.76º 0.88% 0.84% -
HSV(B) 206.76º 0.3% 0.98% -
XYZ 59.97 65.76 99.97 -
YUV 208.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 176 217 250 0.30 0.13 0 0.02 206.76 0.88 0.84
Hex B0 D9 FA 1E D 0 2 CF 58 54
Octal 260 331 372 36 15 0 2 317 130 124
Binary 10110000 11011001 11111010 11110 1101 0 10 11001111 1011000 1010100

Color Harmonies of #B0D9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D9FA

Black with #B0D9FA

Text Example


Text Example

White with #B0D9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D9FA; }

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

 H1.HeaderClassName
 {
   color: #B0D9FA;
 }
 .AnyTagClassName
 {
   color: #B0D9FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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