Html Css Color HEX #B8D7EE Pale Cornflower Blue

📋 copy color: '#B8D7EE'

red 184 ◦ green 215 ◦ blue 238

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

Shades of Pale Cornflower Blue #B8D7EE

Tints of Pale Cornflower Blue #B8D7EE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.75%

 BLUE value IS 238 (93.36% from 255) = 37.36%

R = 28.89%
G = 33.75%
B = 37.36%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8D7EE (or 0xB8D7EE) is known color: Pale Cornflower Blue. HEX triplet: B8, D7 and EE. RGB value is (184,215,238). Sum of RGB (Red+Green+Blue) = 184+215+238=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8D7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D7EE is #472811. Grayscale: #D0D0D0. Windows color (decimal): -4663314 or 15652792. OLE color: 15652792.

HSL color Cylindrical-coordinate representation of color #B8D7EE: hue angle of 205.56º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8D7EE is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 215 238 -
CMYK 0.23 0.10 0 0.07
HSL 205.56º 0.61% 0.83% -
HSV(B) 205.56º 0.23% 0.93% -
XYZ 59.5 64.96 90.29 -
YUV 208.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 184 215 238 0.23 0.10 0 0.07 205.56 0.61 0.83
Hex B8 D7 EE 17 A 0 7 CE 3D 53
Octal 270 327 356 27 12 0 7 316 75 123
Binary 10111000 11010111 11101110 10111 1010 0 111 11001110 111101 1010011

Color Harmonies of #B8D7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D7EE

Black with #B8D7EE

Text Example


Text Example

White with #B8D7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D7EE; }

 p { color: rgb(184,215,238); }

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

background-color css

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

 a { background-color: rgb(184,215,238); }

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

border-color css

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

 span { border-color: rgb(184,215,238); }

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