Html Css Color HEX #B8D9FD Pale Cornflower Blue

📋 copy color: '#B8D9FD'

red 184 ◦ green 217 ◦ blue 253

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

Shades of Pale Cornflower Blue #B8D9FD

Tints of Pale Cornflower Blue #B8D9FD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.18%

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

R = 28.13%
G = 33.18%
B = 38.69%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B8D9FD (or 0xB8D9FD) is known color: Pale Cornflower Blue. HEX triplet: B8, D9 and FD. RGB value is (184,217,253). Sum of RGB (Red+Green+Blue) = 184+217+253=654 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.13% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8D9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D9FD is #472602. Grayscale: #D3D3D3. Windows color (decimal): -4662787 or 16636344. OLE color: 16636344.

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

Color convert

RGB 184 217 253 -
CMYK 0.27 0.14 0 0.01
HSL 211.3º 0.95% 0.86% -
HSV(B) 211.3º 0.27% 0.99% -
XYZ 62.31 66.91 102.56 -
YUV 211.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 184 217 253 0.27 0.14 0 0.01 211.3 0.95 0.86
Hex B8 D9 FD 1B E 0 1 D3 5F 56
Octal 270 331 375 33 16 0 1 323 137 126
Binary 10111000 11011001 11111101 11011 1110 0 1 11010011 1011111 1010110

Color Harmonies of #B8D9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D9FD

Black with #B8D9FD

Text Example


Text Example

White with #B8D9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D9FD; }

 p { color: rgb(184,217,253); }

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

background-color css

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

 a { background-color: rgb(184,217,253); }

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

border-color css

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

 span { border-color: rgb(184,217,253); }

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