Html Css Color HEX #B8DCEB Light Blue

📋 copy color: '#B8DCEB'

red 184 ◦ green 220 ◦ blue 235

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

Shades of Light Blue #B8DCEB

Tints of Light Blue #B8DCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.43%

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

R = 28.79%
G = 34.43%
B = 36.78%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8DCEB (or 0xB8DCEB) is known color: Light Blue. HEX triplet: B8, DC and EB. RGB value is (184,220,235). Sum of RGB (Red+Green+Blue) = 184+220+235=639 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.79% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DCEB is #472314. Grayscale: #D2D2D2. Windows color (decimal): -4662037 or 15457464. OLE color: 15457464.

HSL color Cylindrical-coordinate representation of color #B8DCEB: hue angle of 197.65º 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 #B8DCEB is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 220 235 -
CMYK 0.22 0.06 0 0.08
HSL 197.65º 0.56% 0.82% -
HSV(B) 197.65º 0.22% 0.92% -
XYZ 60.36 67.37 88.42 -
YUV 210.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 184 220 235 0.22 0.06 0 0.08 197.65 0.56 0.82
Hex B8 DC EB 16 6 0 8 C6 38 52
Octal 270 334 353 26 6 0 10 306 70 122
Binary 10111000 11011100 11101011 10110 110 0 1000 11000110 111000 1010010

Color Harmonies of #B8DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DCEB

Black with #B8DCEB

Text Example


Text Example

White with #B8DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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