Html Css Color HEX #B9D8EE Pale Cornflower Blue

📋 copy color: '#B9D8EE'

red 185 ◦ green 216 ◦ blue 238

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

Shades of Pale Cornflower Blue #B9D8EE

Tints of Pale Cornflower Blue #B9D8EE

RGB

 RED value IS 185 (72.66% from 255) = 28.95%

 GREEN value IS 216 (84.77% from 255) = 33.8%

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

R = 28.95%
G = 33.8%
B = 37.25%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9D8EE (or 0xB9D8EE) is known color: Pale Cornflower Blue. HEX triplet: B9, D8 and EE. RGB value is (185,216,238). Sum of RGB (Red+Green+Blue) = 185+216+238=639 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.95% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9D8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D8EE is #462711. Grayscale: #D1D1D1. Windows color (decimal): -4597522 or 15653049. OLE color: 15653049.

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

Color convert

RGB 185 216 238 -
CMYK 0.22 0.09 0 0.07
HSL 204.91º 0.61% 0.83% -
HSV(B) 204.91º 0.22% 0.93% -
XYZ 60 65.6 90.39 -
YUV 209.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 185 216 238 0.22 0.09 0 0.07 204.91 0.61 0.83
Hex B9 D8 EE 16 9 0 7 CD 3D 53
Octal 271 330 356 26 11 0 7 315 75 123
Binary 10111001 11011000 11101110 10110 1001 0 111 11001101 111101 1010011

Color Harmonies of #B9D8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D8EE

Black with #B9D8EE

Text Example


Text Example

White with #B9D8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D8EE; }

 p { color: rgb(185,216,238); }

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

background-color css

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

 a { background-color: rgb(185,216,238); }

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

border-color css

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

 span { border-color: rgb(185,216,238); }

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