Html Css Color HEX #B3DBE6 Light Blue

📋 copy color: '#B3DBE6'

red 179 ◦ green 219 ◦ blue 230

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

Shades of Light Blue #B3DBE6

Tints of Light Blue #B3DBE6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.87%

 BLUE value IS 230 (90.23% from 255) = 36.62%

R = 28.5%
G = 34.87%
B = 36.62%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B3DBE6 (or 0xB3DBE6) is known color: Light Blue. HEX triplet: B3, DB and E6. RGB value is (179,219,230). Sum of RGB (Red+Green+Blue) = 179+219+230=628 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.50% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 230 - color contains mainly: blue. Hex color #B3DBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DBE6 is #4C2419. Grayscale: #D0D0D0. Windows color (decimal): -4989978 or 15129523. OLE color: 15129523.

HSL color Cylindrical-coordinate representation of color #B3DBE6: hue angle of 192.94º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3DBE6 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 219 230 -
CMYK 0.22 0.05 0 0.10
HSL 192.94º 0.5% 0.8% -
HSV(B) 192.94º 0.22% 0.9% -
XYZ 58.2 65.96 84.53 -
YUV 208.29 140.25 107.11 -
System Red Green Blue C M Y K H S L
Decimal 179 219 230 0.22 0.05 0 0.10 192.94 0.5 0.8
Hex B3 DB E6 16 5 0 A C1 32 50
Octal 263 333 346 26 5 0 12 301 62 120
Binary 10110011 11011011 11100110 10110 101 0 1010 11000001 110010 1010000

Color Harmonies of #B3DBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DBE6

Black with #B3DBE6

Text Example


Text Example

White with #B3DBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DBE6; }

 p { color: rgb(179,219,230); }

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

background-color css

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

 a { background-color: rgb(179,219,230); }

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

border-color css

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

 span { border-color: rgb(179,219,230); }

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