Html Css Color HEX #B8DBF9 Pale Cornflower Blue

📋 copy color: '#B8DBF9'

red 184 ◦ green 219 ◦ blue 249

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

Shades of Pale Cornflower Blue #B8DBF9

Tints of Pale Cornflower Blue #B8DBF9

RGB

 RED value IS 184 (72.27% from 255) = 28.22%

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

 BLUE value IS 249 (97.66% from 255) = 38.19%

R = 28.22%
G = 33.59%
B = 38.19%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8DBF9 (or 0xB8DBF9) is known color: Pale Cornflower Blue. HEX triplet: B8, DB and F9. RGB value is (184,219,249). Sum of RGB (Red+Green+Blue) = 184+219+249=652 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.22% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #B8DBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DBF9 is #472406. Grayscale: #D3D3D3. Windows color (decimal): -4662279 or 16374712. OLE color: 16374712.

HSL color Cylindrical-coordinate representation of color #B8DBF9: hue angle of 207.69º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8DBF9 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 219 249 -
CMYK 0.26 0.12 0 0.02
HSL 207.69º 0.84% 0.85% -
HSV(B) 207.69º 0.26% 0.98% -
XYZ 62.2 67.69 99.41 -
YUV 211.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 184 219 249 0.26 0.12 0 0.02 207.69 0.84 0.85
Hex B8 DB F9 1A C 0 2 D0 54 55
Octal 270 333 371 32 14 0 2 320 124 125
Binary 10111000 11011011 11111001 11010 1100 0 10 11010000 1010100 1010101

Color Harmonies of #B8DBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DBF9

Black with #B8DBF9

Text Example


Text Example

White with #B8DBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DBF9; }

 p { color: rgb(184,219,249); }

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

background-color css

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

 a { background-color: rgb(184,219,249); }

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

border-color css

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

 span { border-color: rgb(184,219,249); }

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