Html Css Color HEX #B9DEFF Pale Cornflower Blue

📋 copy color: '#B9DEFF'

red 185 ◦ green 222 ◦ blue 255

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

Shades of Pale Cornflower Blue #B9DEFF

Tints of Pale Cornflower Blue #B9DEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.52%

R = 27.95%
G = 33.53%
B = 38.52%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9DEFF (or 0xB9DEFF) is known color: Pale Cornflower Blue. HEX triplet: B9, DE and FF. RGB value is (185,222,255). Sum of RGB (Red+Green+Blue) = 185+222+255=662 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.95% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DEFF is #462100. Grayscale: #D6D6D6. Windows color (decimal): -4595969 or 16768697. OLE color: 16768697.

HSL color Cylindrical-coordinate representation of color #B9DEFF: hue angle of 208.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9DEFF is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 222 255 -
CMYK 0.27 0.13 0 0
HSL 208.29º 1% 0.86% -
HSV(B) 208.29º 0.27% 1% -
XYZ 64.18 69.78 104.69 -
YUV 214.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 185 222 255 0.27 0.13 0 0 208.29 1 0.86
Hex B9 DE FF 1B D 0 0 D0 64 56
Octal 271 336 377 33 15 0 0 320 144 126
Binary 10111001 11011110 11111111 11011 1101 0 0 11010000 1100100 1010110

Color Harmonies of #B9DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DEFF

Black with #B9DEFF

Text Example


Text Example

White with #B9DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DEFF; }

 p { color: rgb(185,222,255); }

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

background-color css

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

 a { background-color: rgb(185,222,255); }

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

border-color css

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

 span { border-color: rgb(185,222,255); }

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