Html Css Color HEX #B8DBFE Pale Cornflower Blue

📋 copy color: '#B8DBFE'

red 184 ◦ green 219 ◦ blue 254

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

Shades of Pale Cornflower Blue #B8DBFE

Tints of Pale Cornflower Blue #B8DBFE

RGB

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

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

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

R = 28.01%
G = 33.33%
B = 38.66%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B8DBFE (or 0xB8DBFE) is known color: Pale Cornflower Blue. HEX triplet: B8, DB and FE. RGB value is (184,219,254). Sum of RGB (Red+Green+Blue) = 184+219+254=657 (87% of max value = 765). Red value is 184 (72.27% from 255 or 28.01% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8DBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DBFE is #472401. Grayscale: #D4D4D4. Windows color (decimal): -4662274 or 16702392. OLE color: 16702392.

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

Color convert

RGB 184 219 254 -
CMYK 0.28 0.14 0 0.00
HSL 210º 0.97% 0.86% -
HSV(B) 210º 0.28% 1% -
XYZ 62.99 68.01 103.57 -
YUV 212.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 184 219 254 0.28 0.14 0 0.00 210 0.97 0.86
Hex B8 DB FE 1C E 0 0 D2 61 56
Octal 270 333 376 34 16 0 0 322 141 126
Binary 10111000 11011011 11111110 11100 1110 0 0 11010010 1100001 1010110

Color Harmonies of #B8DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DBFE

Black with #B8DBFE

Text Example


Text Example

White with #B8DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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