Html Css Color HEX #B0DBFE Pale Cornflower Blue

📋 copy color: '#B0DBFE'

red 176 ◦ green 219 ◦ blue 254

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

Shades of Pale Cornflower Blue #B0DBFE

Tints of Pale Cornflower Blue #B0DBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.14%

R = 27.12%
G = 33.74%
B = 39.14%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B0DBFE (or 0xB0DBFE) is known color: Pale Cornflower Blue. HEX triplet: B0, DB and FE. RGB value is (176,219,254). Sum of RGB (Red+Green+Blue) = 176+219+254=649 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.12% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBFE is #4F2401. Grayscale: #D1D1D1. Windows color (decimal): -5186562 or 16702384. OLE color: 16702384.

HSL color Cylindrical-coordinate representation of color #B0DBFE: hue angle of 206.92º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0DBFE is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 219 254 -
CMYK 0.31 0.14 0 0.00
HSL 206.92º 0.98% 0.84% -
HSV(B) 206.92º 0.31% 1% -
XYZ 61.13 67.05 103.49 -
YUV 210.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 176 219 254 0.31 0.14 0 0.00 206.92 0.98 0.84
Hex B0 DB FE 1F E 0 0 CF 62 54
Octal 260 333 376 37 16 0 0 317 142 124
Binary 10110000 11011011 11111110 11111 1110 0 0 11001111 1100010 1010100

Color Harmonies of #B0DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DBFE

Black with #B0DBFE

Text Example


Text Example

White with #B0DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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