Html Css Color HEX #B0D1EF Pale Cornflower Blue

📋 copy color: '#B0D1EF'

red 176 ◦ green 209 ◦ blue 239

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

Shades of Pale Cornflower Blue #B0D1EF

Tints of Pale Cornflower Blue #B0D1EF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.49%

 BLUE value IS 239 (93.75% from 255) = 38.3%

R = 28.21%
G = 33.49%
B = 38.3%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B0D1EF (or 0xB0D1EF) is known color: Pale Cornflower Blue. HEX triplet: B0, D1 and EF. RGB value is (176,209,239). Sum of RGB (Red+Green+Blue) = 176+209+239=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0D1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D1EF is #4F2E10. Grayscale: #CACACA. Windows color (decimal): -5189137 or 15716784. OLE color: 15716784.

HSL color Cylindrical-coordinate representation of color #B0D1EF: hue angle of 208.57º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0D1EF is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 209 239 -
CMYK 0.26 0.13 0 0.06
HSL 208.57º 0.66% 0.81% -
HSV(B) 208.57º 0.26% 0.94% -
XYZ 56.28 61.06 90.48 -
YUV 202.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 176 209 239 0.26 0.13 0 0.06 208.57 0.66 0.81
Hex B0 D1 EF 1A D 0 6 D1 42 51
Octal 260 321 357 32 15 0 6 321 102 121
Binary 10110000 11010001 11101111 11010 1101 0 110 11010001 1000010 1010001

Color Harmonies of #B0D1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D1EF

Black with #B0D1EF

Text Example


Text Example

White with #B0D1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D1EF; }

 p { color: rgb(176,209,239); }

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

background-color css

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

 a { background-color: rgb(176,209,239); }

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

border-color css

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

 span { border-color: rgb(176,209,239); }

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