Html Css Color HEX #B0DBFB Pale Cornflower Blue

📋 copy color: '#B0DBFB'

red 176 ◦ green 219 ◦ blue 251

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

Shades of Pale Cornflower Blue #B0DBFB

Tints of Pale Cornflower Blue #B0DBFB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.9%

 BLUE value IS 251 (98.44% from 255) = 38.85%

R = 27.24%
G = 33.9%
B = 38.85%

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

#B0DBFB (or 0xB0DBFB) is known color: Pale Cornflower Blue. HEX triplet: B0, DB and FB. RGB value is (176,219,251). Sum of RGB (Red+Green+Blue) = 176+219+251=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBFB is #4F2404. Grayscale: #D1D1D1. Windows color (decimal): -5186565 or 16505776. OLE color: 16505776.

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

Color convert

RGB 176 219 251 -
CMYK 0.30 0.13 0 0.02
HSL 205.6º 0.9% 0.84% -
HSV(B) 205.6º 0.3% 0.98% -
XYZ 60.65 66.86 100.98 -
YUV 209.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 176 219 251 0.30 0.13 0 0.02 205.6 0.9 0.84
Hex B0 DB FB 1E D 0 2 CE 5A 54
Octal 260 333 373 36 15 0 2 316 132 124
Binary 10110000 11011011 11111011 11110 1101 0 10 11001110 1011010 1010100

Color Harmonies of #B0DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DBFB

Black with #B0DBFB

Text Example


Text Example

White with #B0DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DBFB; }

 p { color: rgb(176,219,251); }

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

background-color css

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

 a { background-color: rgb(176,219,251); }

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

border-color css

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

 span { border-color: rgb(176,219,251); }

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