Html Css Color HEX #B7D8FD Pale Cornflower Blue

📋 copy color: '#B7D8FD'

red 183 ◦ green 216 ◦ blue 253

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

Shades of Pale Cornflower Blue #B7D8FD

Tints of Pale Cornflower Blue #B7D8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.8%

R = 28.07%
G = 33.13%
B = 38.8%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B7D8FD (or 0xB7D8FD) is known color: Pale Cornflower Blue. HEX triplet: B7, D8 and FD. RGB value is (183,216,253). Sum of RGB (Red+Green+Blue) = 183+216+253=652 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.07% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7D8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D8FD is #482702. Grayscale: #D2D2D2. Windows color (decimal): -4728579 or 16636087. OLE color: 16636087.

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

Color convert

RGB 183 216 253 -
CMYK 0.28 0.15 0 0.01
HSL 211.71º 0.95% 0.85% -
HSV(B) 211.71º 0.28% 0.99% -
XYZ 61.81 66.27 102.46 -
YUV 210.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 183 216 253 0.28 0.15 0 0.01 211.71 0.95 0.85
Hex B7 D8 FD 1C F 0 1 D4 5F 55
Octal 267 330 375 34 17 0 1 324 137 125
Binary 10110111 11011000 11111101 11100 1111 0 1 11010100 1011111 1010101

Color Harmonies of #B7D8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D8FD

Black with #B7D8FD

Text Example


Text Example

White with #B7D8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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