Html Css Color HEX #B3DCE8 Light Blue

📋 copy color: '#B3DCE8'

red 179 ◦ green 220 ◦ blue 232

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

Shades of Light Blue #B3DCE8

Tints of Light Blue #B3DCE8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.87%

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

R = 28.37%
G = 34.87%
B = 36.77%

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

#B3DCE8 (or 0xB3DCE8) is known color: Light Blue. HEX triplet: B3, DC and E8. RGB value is (179,220,232). Sum of RGB (Red+Green+Blue) = 179+220+232=631 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.37% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 232 - color contains mainly: blue. Hex color #B3DCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DCE8 is #4C2317. Grayscale: #D1D1D1. Windows color (decimal): -4989720 or 15260851. OLE color: 15260851.

HSL color Cylindrical-coordinate representation of color #B3DCE8: hue angle of 193.58º 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 #B3DCE8 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 220 232 -
CMYK 0.23 0.05 0 0.09
HSL 193.58º 0.54% 0.81% -
HSV(B) 193.58º 0.23% 0.91% -
XYZ 58.75 66.6 86.1 -
YUV 209.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 179 220 232 0.23 0.05 0 0.09 193.58 0.54 0.81
Hex B3 DC E8 17 5 0 9 C2 36 51
Octal 263 334 350 27 5 0 11 302 66 121
Binary 10110011 11011100 11101000 10111 101 0 1001 11000010 110110 1010001

Color Harmonies of #B3DCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DCE8

Black with #B3DCE8

Text Example


Text Example

White with #B3DCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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