Html Css Color HEX #B8DDFE Pale Cornflower Blue

📋 copy color: '#B8DDFE'

red 184 ◦ green 221 ◦ blue 254

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

Shades of Pale Cornflower Blue #B8DDFE

Tints of Pale Cornflower Blue #B8DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.54%

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

R = 27.92%
G = 33.54%
B = 38.54%

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

#B8DDFE (or 0xB8DDFE) is known color: Pale Cornflower Blue. HEX triplet: B8, DD and FE. RGB value is (184,221,254). Sum of RGB (Red+Green+Blue) = 184+221+254=659 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.92% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DDFE is #472201. Grayscale: #D5D5D5. Windows color (decimal): -4661762 or 16702904. OLE color: 16702904.

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

Color convert

RGB 184 221 254 -
CMYK 0.28 0.13 0 0.00
HSL 208.29º 0.97% 0.86% -
HSV(B) 208.29º 0.28% 1% -
XYZ 63.51 69.06 103.75 -
YUV 213.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 184 221 254 0.28 0.13 0 0.00 208.29 0.97 0.86
Hex B8 DD FE 1C D 0 0 D0 61 56
Octal 270 335 376 34 15 0 0 320 141 126
Binary 10111000 11011101 11111110 11100 1101 0 0 11010000 1100001 1010110

Color Harmonies of #B8DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DDFE

Black with #B8DDFE

Text Example


Text Example

White with #B8DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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