Html Css Color HEX #B4DBED Light Blue

📋 copy color: '#B4DBED'

red 180 ◦ green 219 ◦ blue 237

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

Shades of Light Blue #B4DBED

Tints of Light Blue #B4DBED

RGB

 RED value IS 180 (70.7% from 255) = 28.3%

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

 BLUE value IS 237 (92.97% from 255) = 37.26%

R = 28.3%
G = 34.43%
B = 37.26%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B4DBED (or 0xB4DBED) is known color: Light Blue. HEX triplet: B4, DB and ED. RGB value is (180,219,237). Sum of RGB (Red+Green+Blue) = 180+219+237=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #B4DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DBED is #4B2412. Grayscale: #D1D1D1. Windows color (decimal): -4924435 or 15588276. OLE color: 15588276.

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

Color convert

RGB 180 219 237 -
CMYK 0.24 0.08 0 0.07
HSL 198.95º 0.61% 0.82% -
HSV(B) 198.95º 0.24% 0.93% -
XYZ 59.44 66.48 89.82 -
YUV 209.39 143.58 107.04 -
System Red Green Blue C M Y K H S L
Decimal 180 219 237 0.24 0.08 0 0.07 198.95 0.61 0.82
Hex B4 DB ED 18 8 0 7 C7 3D 52
Octal 264 333 355 30 10 0 7 307 75 122
Binary 10110100 11011011 11101101 11000 1000 0 111 11000111 111101 1010010

Color Harmonies of #B4DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DBED

Black with #B4DBED

Text Example


Text Example

White with #B4DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DBED; }

 p { color: rgb(180,219,237); }

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

background-color css

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

 a { background-color: rgb(180,219,237); }

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

border-color css

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

 span { border-color: rgb(180,219,237); }

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