Html Css Color HEX #B4DBEA Light Blue

📋 copy color: '#B4DBEA'

red 180 ◦ green 219 ◦ blue 234

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

Shades of Light Blue #B4DBEA

Tints of Light Blue #B4DBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.97%

R = 28.44%
G = 34.6%
B = 36.97%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B4DBEA (or 0xB4DBEA) is known color: Light Blue. HEX triplet: B4, DB and EA. RGB value is (180,219,234). Sum of RGB (Red+Green+Blue) = 180+219+234=633 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.44% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DBEA is #4B2415. Grayscale: #D0D0D0. Windows color (decimal): -4924438 or 15391668. OLE color: 15391668.

HSL color Cylindrical-coordinate representation of color #B4DBEA: hue angle of 196.67º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4DBEA is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 219 234 -
CMYK 0.23 0.06 0 0.08
HSL 196.67º 0.56% 0.81% -
HSV(B) 196.67º 0.23% 0.92% -
XYZ 59.01 66.31 87.53 -
YUV 209.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 180 219 234 0.23 0.06 0 0.08 196.67 0.56 0.81
Hex B4 DB EA 17 6 0 8 C5 38 51
Octal 264 333 352 27 6 0 10 305 70 121
Binary 10110100 11011011 11101010 10111 110 0 1000 11000101 111000 1010001

Color Harmonies of #B4DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DBEA

Black with #B4DBEA

Text Example


Text Example

White with #B4DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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