Html Css Color HEX #B3E3FA Light Blue

📋 copy color: '#B3E3FA'

red 179 ◦ green 227 ◦ blue 250

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

Shades of Light Blue #B3E3FA

Tints of Light Blue #B3E3FA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.6%

 BLUE value IS 250 (98.05% from 255) = 38.11%

R = 27.29%
G = 34.6%
B = 38.11%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B3E3FA (or 0xB3E3FA) is known color: Light Blue. HEX triplet: B3, E3 and FA. RGB value is (179,227,250). Sum of RGB (Red+Green+Blue) = 179+227+250=656 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.29% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3E3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E3FA is #4C1C05. Grayscale: #D7D7D7. Windows color (decimal): -4987910 or 16442291. OLE color: 16442291.

HSL color Cylindrical-coordinate representation of color #B3E3FA: hue angle of 199.44º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3E3FA is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 227 250 -
CMYK 0.28 0.09 0 0.02
HSL 199.44º 0.88% 0.84% -
HSV(B) 199.44º 0.28% 0.98% -
XYZ 63.31 71.42 100.89 -
YUV 215.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 179 227 250 0.28 0.09 0 0.02 199.44 0.88 0.84
Hex B3 E3 FA 1C 9 0 2 C7 58 54
Octal 263 343 372 34 11 0 2 307 130 124
Binary 10110011 11100011 11111010 11100 1001 0 10 11000111 1011000 1010100

Color Harmonies of #B3E3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E3FA

Black with #B3E3FA

Text Example


Text Example

White with #B3E3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E3FA; }

 p { color: rgb(179,227,250); }

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

background-color css

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

 a { background-color: rgb(179,227,250); }

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

border-color css

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

 span { border-color: rgb(179,227,250); }

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