Html Css Color HEX #B8D9EF Light Blue

📋 copy color: '#B8D9EF'

red 184 ◦ green 217 ◦ blue 239

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

Shades of Light Blue #B8D9EF

Tints of Light Blue #B8D9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.34%

R = 28.75%
G = 33.91%
B = 37.34%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B8D9EF (or 0xB8D9EF) is known color: Light Blue. HEX triplet: B8, D9 and EF. RGB value is (184,217,239). Sum of RGB (Red+Green+Blue) = 184+217+239=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D9EF is #472610. Grayscale: #D1D1D1. Windows color (decimal): -4662801 or 15718840. OLE color: 15718840.

HSL color Cylindrical-coordinate representation of color #B8D9EF: hue angle of 204º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8D9EF is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 217 239 -
CMYK 0.23 0.09 0 0.06
HSL 204º 0.63% 0.83% -
HSV(B) 204º 0.23% 0.94% -
XYZ 60.16 66.05 91.24 -
YUV 209.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 184 217 239 0.23 0.09 0 0.06 204 0.63 0.83
Hex B8 D9 EF 17 9 0 6 CC 3F 53
Octal 270 331 357 27 11 0 6 314 77 123
Binary 10111000 11011001 11101111 10111 1001 0 110 11001100 111111 1010011

Color Harmonies of #B8D9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D9EF

Black with #B8D9EF

Text Example


Text Example

White with #B8D9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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