Html Css Color HEX #B2E3FA Light Blue

📋 copy color: '#B2E3FA'

red 178 ◦ green 227 ◦ blue 250

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

Shades of Light Blue #B2E3FA

Tints of Light Blue #B2E3FA

RGB

 RED value IS 178 (69.92% from 255) = 27.18%

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

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

R = 27.18%
G = 34.66%
B = 38.17%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2E3FA (or 0xB2E3FA) is known color: Light Blue. HEX triplet: B2, E3 and FA. RGB value is (178,227,250). Sum of RGB (Red+Green+Blue) = 178+227+250=655 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.18% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2E3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E3FA is #4D1C05. Grayscale: #D6D6D6. Windows color (decimal): -5053446 or 16442290. OLE color: 16442290.

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

Color convert

RGB 178 227 250 -
CMYK 0.29 0.09 0 0.02
HSL 199.17º 0.88% 0.84% -
HSV(B) 199.17º 0.29% 0.98% -
XYZ 63.08 71.31 100.88 -
YUV 214.97 147.77 101.63 -
System Red Green Blue C M Y K H S L
Decimal 178 227 250 0.29 0.09 0 0.02 199.17 0.88 0.84
Hex B2 E3 FA 1D 9 0 2 C7 58 54
Octal 262 343 372 35 11 0 2 307 130 124
Binary 10110010 11100011 11111010 11101 1001 0 10 11000111 1011000 1010100

Color Harmonies of #B2E3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E3FA

Black with #B2E3FA

Text Example


Text Example

White with #B2E3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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