Html Css Color HEX #B4DEEB Light Blue

📋 copy color: '#B4DEEB'

red 180 ◦ green 222 ◦ blue 235

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

Shades of Light Blue #B4DEEB

Tints of Light Blue #B4DEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.85%

 BLUE value IS 235 (92.19% from 255) = 36.89%

R = 28.26%
G = 34.85%
B = 36.89%

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

#B4DEEB (or 0xB4DEEB) is known color: Light Blue. HEX triplet: B4, DE and EB. RGB value is (180,222,235). Sum of RGB (Red+Green+Blue) = 180+222+235=637 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.26% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DEEB is #4B2114. Grayscale: #D2D2D2. Windows color (decimal): -4923669 or 15457972. OLE color: 15457972.

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

Color convert

RGB 180 222 235 -
CMYK 0.23 0.06 0 0.08
HSL 194.18º 0.58% 0.81% -
HSV(B) 194.18º 0.23% 0.92% -
XYZ 59.94 67.94 88.55 -
YUV 210.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 180 222 235 0.23 0.06 0 0.08 194.18 0.58 0.81
Hex B4 DE EB 17 6 0 8 C2 3A 51
Octal 264 336 353 27 6 0 10 302 72 121
Binary 10110100 11011110 11101011 10111 110 0 1000 11000010 111010 1010001

Color Harmonies of #B4DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DEEB

Black with #B4DEEB

Text Example


Text Example

White with #B4DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DEEB; }

 p { color: rgb(180,222,235); }

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

background-color css

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

 a { background-color: rgb(180,222,235); }

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

border-color css

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

 span { border-color: rgb(180,222,235); }

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