Html Css Color HEX #B8DBEF Light Blue

📋 copy color: '#B8DBEF'

red 184 ◦ green 219 ◦ blue 239

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

Shades of Light Blue #B8DBEF

Tints of Light Blue #B8DBEF

RGB

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

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

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

R = 28.66%
G = 34.11%
B = 37.23%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B8DBEF (or 0xB8DBEF) is known color: Light Blue. HEX triplet: B8, DB and EF. RGB value is (184,219,239). Sum of RGB (Red+Green+Blue) = 184+219+239=642 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.66% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DBEF is #472410. Grayscale: #D2D2D2. Windows color (decimal): -4662289 or 15719352. OLE color: 15719352.

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

Color convert

RGB 184 219 239 -
CMYK 0.23 0.08 0 0.06
HSL 201.82º 0.63% 0.83% -
HSV(B) 201.82º 0.23% 0.94% -
XYZ 60.68 67.09 91.41 -
YUV 210.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 184 219 239 0.23 0.08 0 0.06 201.82 0.63 0.83
Hex B8 DB EF 17 8 0 6 CA 3F 53
Octal 270 333 357 27 10 0 6 312 77 123
Binary 10111000 11011011 11101111 10111 1000 0 110 11001010 111111 1010011

Color Harmonies of #B8DBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DBEF

Black with #B8DBEF

Text Example


Text Example

White with #B8DBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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