Html Css Color HEX #B4DBEE Light Blue

📋 copy color: '#B4DBEE'

red 180 ◦ green 219 ◦ blue 238

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

Shades of Light Blue #B4DBEE

Tints of Light Blue #B4DBEE

RGB

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

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

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

R = 28.26%
G = 34.38%
B = 37.36%

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

#B4DBEE (or 0xB4DBEE) is known color: Light Blue. HEX triplet: B4, DB and EE. RGB value is (180,219,238). Sum of RGB (Red+Green+Blue) = 180+219+238=637 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.26% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DBEE is #4B2411. Grayscale: #D1D1D1. Windows color (decimal): -4924434 or 15653812. OLE color: 15653812.

HSL color Cylindrical-coordinate representation of color #B4DBEE: hue angle of 199.66º degrees, saturation: 0.63, 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 #B4DBEE is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 219 238 -
CMYK 0.24 0.08 0 0.07
HSL 199.66º 0.63% 0.82% -
HSV(B) 199.66º 0.24% 0.93% -
XYZ 59.59 66.54 90.59 -
YUV 209.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 180 219 238 0.24 0.08 0 0.07 199.66 0.63 0.82
Hex B4 DB EE 18 8 0 7 C8 3F 52
Octal 264 333 356 30 10 0 7 310 77 122
Binary 10110100 11011011 11101110 11000 1000 0 111 11001000 111111 1010010

Color Harmonies of #B4DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DBEE

Black with #B4DBEE

Text Example


Text Example

White with #B4DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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