Html Css Color HEX #B3DDE8 Light Blue

📋 copy color: '#B3DDE8'

red 179 ◦ green 221 ◦ blue 232

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

Shades of Light Blue #B3DDE8

Tints of Light Blue #B3DDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.71%

R = 28.32%
G = 34.97%
B = 36.71%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B3DDE8 (or 0xB3DDE8) is known color: Light Blue. HEX triplet: B3, DD and E8. RGB value is (179,221,232). Sum of RGB (Red+Green+Blue) = 179+221+232=632 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.32% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 232 - color contains mainly: blue. Hex color #B3DDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DDE8 is #4C2217. Grayscale: #D1D1D1. Windows color (decimal): -4989464 or 15261107. OLE color: 15261107.

HSL color Cylindrical-coordinate representation of color #B3DDE8: hue angle of 192.45º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3DDE8 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 221 232 -
CMYK 0.23 0.05 0 0.09
HSL 192.45º 0.54% 0.81% -
HSV(B) 192.45º 0.23% 0.91% -
XYZ 59.01 67.12 86.19 -
YUV 209.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 179 221 232 0.23 0.05 0 0.09 192.45 0.54 0.81
Hex B3 DD E8 17 5 0 9 C0 36 51
Octal 263 335 350 27 5 0 11 300 66 121
Binary 10110011 11011101 11101000 10111 101 0 1001 11000000 110110 1010001

Color Harmonies of #B3DDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DDE8

Black with #B3DDE8

Text Example


Text Example

White with #B3DDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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