Html Css Color HEX #B8D3DC Light Blue

📋 copy color: '#B8D3DC'

red 184 ◦ green 211 ◦ blue 220

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

Shades of Light Blue #B8D3DC

Tints of Light Blue #B8D3DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.77%

R = 29.92%
G = 34.31%
B = 35.77%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8D3DC (or 0xB8D3DC) is known color: Light Blue. HEX triplet: B8, D3 and DC. RGB value is (184,211,220). Sum of RGB (Red+Green+Blue) = 184+211+220=615 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.92% from 615); Green value is 211 (82.81% from 255 or 34.31% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8D3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D3DC is #472C23. Grayscale: #CBCBCB. Windows color (decimal): -4664356 or 14472120. OLE color: 14472120.

HSL color Cylindrical-coordinate representation of color #B8D3DC: hue angle of 195º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8D3DC is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 211 220 -
CMYK 0.16 0.04 0 0.14
HSL 195º 0.34% 0.79% -
HSV(B) 195º 0.16% 0.86% -
XYZ 55.98 61.95 76.72 -
YUV 203.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 184 211 220 0.16 0.04 0 0.14 195 0.34 0.79
Hex B8 D3 DC 10 4 0 E C3 22 4F
Octal 270 323 334 20 4 0 16 303 42 117
Binary 10111000 11010011 11011100 10000 100 0 1110 11000011 100010 1001111

Color Harmonies of #B8D3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D3DC

Black with #B8D3DC

Text Example


Text Example

White with #B8D3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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