Html Css Color HEX #B9DBFE Pale Cornflower Blue

📋 copy color: '#B9DBFE'

red 185 ◦ green 219 ◦ blue 254

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

Shades of Pale Cornflower Blue #B9DBFE

Tints of Pale Cornflower Blue #B9DBFE

RGB

 RED value IS 185 (72.66% from 255) = 28.12%

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

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

R = 28.12%
G = 33.28%
B = 38.6%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9DBFE (or 0xB9DBFE) is known color: Pale Cornflower Blue. HEX triplet: B9, DB and FE. RGB value is (185,219,254). Sum of RGB (Red+Green+Blue) = 185+219+254=658 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.12% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9DBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DBFE is #462401. Grayscale: #D4D4D4. Windows color (decimal): -4596738 or 16702393. OLE color: 16702393.

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

Color convert

RGB 185 219 254 -
CMYK 0.27 0.14 0 0.00
HSL 210.43º 0.97% 0.86% -
HSV(B) 210.43º 0.27% 1% -
XYZ 63.23 68.13 103.58 -
YUV 212.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 185 219 254 0.27 0.14 0 0.00 210.43 0.97 0.86
Hex B9 DB FE 1B E 0 0 D2 61 56
Octal 271 333 376 33 16 0 0 322 141 126
Binary 10111001 11011011 11111110 11011 1110 0 0 11010010 1100001 1010110

Color Harmonies of #B9DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DBFE

Black with #B9DBFE

Text Example


Text Example

White with #B9DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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