Html Css Color HEX #B7D8FF Pale Cornflower Blue

📋 copy color: '#B7D8FF'

red 183 ◦ green 216 ◦ blue 255

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

Shades of Pale Cornflower Blue #B7D8FF

Tints of Pale Cornflower Blue #B7D8FF

RGB

 RED value IS 183 (71.88% from 255) = 27.98%

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

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

R = 27.98%
G = 33.03%
B = 38.99%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B7D8FF (or 0xB7D8FF) is known color: Pale Cornflower Blue. HEX triplet: B7, D8 and FF. RGB value is (183,216,255). Sum of RGB (Red+Green+Blue) = 183+216+255=654 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.98% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7D8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D8FF is #482700. Grayscale: #D2D2D2. Windows color (decimal): -4728577 or 16767159. OLE color: 16767159.

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

Color convert

RGB 183 216 255 -
CMYK 0.28 0.15 0 0
HSL 212.5º 1% 0.86% -
HSV(B) 212.5º 0.28% 1% -
XYZ 62.13 66.4 104.15 -
YUV 210.58 153.07 108.33 -
System Red Green Blue C M Y K H S L
Decimal 183 216 255 0.28 0.15 0 0 212.5 1 0.86
Hex B7 D8 FF 1C F 0 0 D4 64 56
Octal 267 330 377 34 17 0 0 324 144 126
Binary 10110111 11011000 11111111 11100 1111 0 0 11010100 1100100 1010110

Color Harmonies of #B7D8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D8FF

Black with #B7D8FF

Text Example


Text Example

White with #B7D8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D8FF; }

 p { color: rgb(183,216,255); }

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

background-color css

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

 a { background-color: rgb(183,216,255); }

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

border-color css

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

 span { border-color: rgb(183,216,255); }

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