Html Css Color HEX #B8DEFE Pale Cornflower Blue

📋 copy color: '#B8DEFE'

red 184 ◦ green 222 ◦ blue 254

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

Shades of Pale Cornflower Blue #B8DEFE

Tints of Pale Cornflower Blue #B8DEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.64%

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

R = 27.88%
G = 33.64%
B = 38.48%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B8DEFE (or 0xB8DEFE) is known color: Pale Cornflower Blue. HEX triplet: B8, DE and FE. RGB value is (184,222,254). Sum of RGB (Red+Green+Blue) = 184+222+254=660 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.88% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DEFE is #472101. Grayscale: #D6D6D6. Windows color (decimal): -4661506 or 16703160. OLE color: 16703160.

HSL color Cylindrical-coordinate representation of color #B8DEFE: hue angle of 207.43º 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 #B8DEFE is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 222 254 -
CMYK 0.28 0.13 0 0.00
HSL 207.43º 0.97% 0.86% -
HSV(B) 207.43º 0.28% 1% -
XYZ 63.78 69.59 103.84 -
YUV 214.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 184 222 254 0.28 0.13 0 0.00 207.43 0.97 0.86
Hex B8 DE FE 1C D 0 0 CF 61 56
Octal 270 336 376 34 15 0 0 317 141 126
Binary 10111000 11011110 11111110 11100 1101 0 0 11001111 1100001 1010110

Color Harmonies of #B8DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DEFE

Black with #B8DEFE

Text Example


Text Example

White with #B8DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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