Html Css Color HEX #B3DDEC Light Blue

📋 copy color: '#B3DDEC'

red 179 ◦ green 221 ◦ blue 236

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

Shades of Light Blue #B3DDEC

Tints of Light Blue #B3DDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.11%

R = 28.14%
G = 34.75%
B = 37.11%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B3DDEC (or 0xB3DDEC) is known color: Light Blue. HEX triplet: B3, DD and EC. RGB value is (179,221,236). Sum of RGB (Red+Green+Blue) = 179+221+236=636 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.14% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DDEC is #4C2213. Grayscale: #D2D2D2. Windows color (decimal): -4989460 or 15523251. OLE color: 15523251.

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

Color convert

RGB 179 221 236 -
CMYK 0.24 0.06 0 0.07
HSL 195.79º 0.6% 0.81% -
HSV(B) 195.79º 0.24% 0.93% -
XYZ 59.59 67.35 89.22 -
YUV 210.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 179 221 236 0.24 0.06 0 0.07 195.79 0.6 0.81
Hex B3 DD EC 18 6 0 7 C4 3C 51
Octal 263 335 354 30 6 0 7 304 74 121
Binary 10110011 11011101 11101100 11000 110 0 111 11000100 111100 1010001

Color Harmonies of #B3DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DDEC

Black with #B3DDEC

Text Example


Text Example

White with #B3DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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