Html Css Color HEX #B8DCEE Light Blue

📋 copy color: '#B8DCEE'

red 184 ◦ green 220 ◦ blue 238

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

Shades of Light Blue #B8DCEE

Tints of Light Blue #B8DCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.07%

R = 28.66%
G = 34.27%
B = 37.07%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8DCEE (or 0xB8DCEE) is known color: Light Blue. HEX triplet: B8, DC and EE. RGB value is (184,220,238). Sum of RGB (Red+Green+Blue) = 184+220+238=642 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.66% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DCEE is #472311. Grayscale: #D3D3D3. Windows color (decimal): -4662034 or 15654072. OLE color: 15654072.

HSL color Cylindrical-coordinate representation of color #B8DCEE: hue angle of 200º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8DCEE is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 220 238 -
CMYK 0.23 0.08 0 0.07
HSL 200º 0.61% 0.83% -
HSV(B) 200º 0.23% 0.93% -
XYZ 60.79 67.55 90.72 -
YUV 211.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 184 220 238 0.23 0.08 0 0.07 200 0.61 0.83
Hex B8 DC EE 17 8 0 7 C8 3D 53
Octal 270 334 356 27 10 0 7 310 75 123
Binary 10111000 11011100 11101110 10111 1000 0 111 11001000 111101 1010011

Color Harmonies of #B8DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DCEE

Black with #B8DCEE

Text Example


Text Example

White with #B8DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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