Html Css Color HEX #B8D3EB Pale Cornflower Blue

📋 copy color: '#B8D3EB'

red 184 ◦ green 211 ◦ blue 235

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

Shades of Pale Cornflower Blue #B8D3EB

Tints of Pale Cornflower Blue #B8D3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.49%

 BLUE value IS 235 (92.19% from 255) = 37.3%

R = 29.21%
G = 33.49%
B = 37.3%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8D3EB (or 0xB8D3EB) is known color: Pale Cornflower Blue. HEX triplet: B8, D3 and EB. RGB value is (184,211,235). Sum of RGB (Red+Green+Blue) = 184+211+235=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8D3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D3EB is #472C14. Grayscale: #CDCDCD. Windows color (decimal): -4664341 or 15455160. OLE color: 15455160.

HSL color Cylindrical-coordinate representation of color #B8D3EB: hue angle of 208.24º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8D3EB is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 211 235 -
CMYK 0.22 0.10 0 0.08
HSL 208.24º 0.56% 0.82% -
HSV(B) 208.24º 0.22% 0.92% -
XYZ 58.06 62.78 87.65 -
YUV 205.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 184 211 235 0.22 0.10 0 0.08 208.24 0.56 0.82
Hex B8 D3 EB 16 A 0 8 D0 38 52
Octal 270 323 353 26 12 0 10 320 70 122
Binary 10111000 11010011 11101011 10110 1010 0 1000 11010000 111000 1010010

Color Harmonies of #B8D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D3EB

Black with #B8D3EB

Text Example


Text Example

White with #B8D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D3EB; }

 p { color: rgb(184,211,235); }

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

background-color css

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

 a { background-color: rgb(184,211,235); }

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

border-color css

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

 span { border-color: rgb(184,211,235); }

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