Html Css Color HEX #B8DDF8 Pale Cornflower Blue

📋 copy color: '#B8DDF8'

red 184 ◦ green 221 ◦ blue 248

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

Shades of Pale Cornflower Blue #B8DDF8

Tints of Pale Cornflower Blue #B8DDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.98%

R = 28.18%
G = 33.84%
B = 37.98%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B8DDF8 (or 0xB8DDF8) is known color: Pale Cornflower Blue. HEX triplet: B8, DD and F8. RGB value is (184,221,248). Sum of RGB (Red+Green+Blue) = 184+221+248=653 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.18% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #B8DDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DDF8 is #472207. Grayscale: #D4D4D4. Windows color (decimal): -4661768 or 16309688. OLE color: 16309688.

HSL color Cylindrical-coordinate representation of color #B8DDF8: hue angle of 205.31º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8DDF8 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 184 221 248 -
CMYK 0.26 0.11 0 0.03
HSL 205.31º 0.82% 0.85% -
HSV(B) 205.31º 0.26% 0.97% -
XYZ 62.57 68.68 98.77 -
YUV 213.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 184 221 248 0.26 0.11 0 0.03 205.31 0.82 0.85
Hex B8 DD F8 1A B 0 3 CD 52 55
Octal 270 335 370 32 13 0 3 315 122 125
Binary 10111000 11011101 11111000 11010 1011 0 11 11001101 1010010 1010101

Color Harmonies of #B8DDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DDF8

Black with #B8DDF8

Text Example


Text Example

White with #B8DDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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