Html Css Color HEX #B3DDEB Light Blue

📋 copy color: '#B3DDEB'

red 179 ◦ green 221 ◦ blue 235

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

Shades of Light Blue #B3DDEB

Tints of Light Blue #B3DDEB

RGB

 RED value IS 179 (70.31% from 255) = 28.19%

 GREEN value IS 221 (86.72% from 255) = 34.8%

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

R = 28.19%
G = 34.8%
B = 37.01%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B3DDEB (or 0xB3DDEB) is known color: Light Blue. HEX triplet: B3, DD and EB. RGB value is (179,221,235). Sum of RGB (Red+Green+Blue) = 179+221+235=635 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.19% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DDEB is #4C2214. Grayscale: #D1D1D1. Windows color (decimal): -4989461 or 15457715. OLE color: 15457715.

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

Color convert

RGB 179 221 235 -
CMYK 0.24 0.06 0 0.08
HSL 195º 0.58% 0.81% -
HSV(B) 195º 0.24% 0.92% -
XYZ 59.44 67.29 88.45 -
YUV 210.04 142.09 105.86 -
System Red Green Blue C M Y K H S L
Decimal 179 221 235 0.24 0.06 0 0.08 195 0.58 0.81
Hex B3 DD EB 18 6 0 8 C3 3A 51
Octal 263 335 353 30 6 0 10 303 72 121
Binary 10110011 11011101 11101011 11000 110 0 1000 11000011 111010 1010001

Color Harmonies of #B3DDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DDEB

Black with #B3DDEB

Text Example


Text Example

White with #B3DDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DDEB; }

 p { color: rgb(179,221,235); }

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

background-color css

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

 a { background-color: rgb(179,221,235); }

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

border-color css

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

 span { border-color: rgb(179,221,235); }

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