Html Css Color HEX #B8DBEC Light Blue

📋 copy color: '#B8DBEC'

red 184 ◦ green 219 ◦ blue 236

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

Shades of Light Blue #B8DBEC

Tints of Light Blue #B8DBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.27%

 BLUE value IS 236 (92.58% from 255) = 36.93%

R = 28.79%
G = 34.27%
B = 36.93%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8DBEC (or 0xB8DBEC) is known color: Light Blue. HEX triplet: B8, DB and EC. RGB value is (184,219,236). Sum of RGB (Red+Green+Blue) = 184+219+236=639 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.79% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DBEC is #472413. Grayscale: #D2D2D2. Windows color (decimal): -4662292 or 15522744. OLE color: 15522744.

HSL color Cylindrical-coordinate representation of color #B8DBEC: hue angle of 199.62º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8DBEC is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 219 236 -
CMYK 0.22 0.07 0 0.07
HSL 199.62º 0.58% 0.82% -
HSV(B) 199.62º 0.22% 0.93% -
XYZ 60.24 66.91 89.1 -
YUV 210.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 184 219 236 0.22 0.07 0 0.07 199.62 0.58 0.82
Hex B8 DB EC 16 7 0 7 C8 3A 52
Octal 270 333 354 26 7 0 7 310 72 122
Binary 10111000 11011011 11101100 10110 111 0 111 11001000 111010 1010010

Color Harmonies of #B8DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DBEC

Black with #B8DBEC

Text Example


Text Example

White with #B8DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DBEC; }

 p { color: rgb(184,219,236); }

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

background-color css

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

 a { background-color: rgb(184,219,236); }

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

border-color css

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

 span { border-color: rgb(184,219,236); }

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