Html Css Color HEX #B2E4FA Light Blue

📋 copy color: '#B2E4FA'

red 178 ◦ green 228 ◦ blue 250

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

Shades of Light Blue #B2E4FA

Tints of Light Blue #B2E4FA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.76%

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

R = 27.13%
G = 34.76%
B = 38.11%

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

#B2E4FA (or 0xB2E4FA) is known color: Light Blue. HEX triplet: B2, E4 and FA. RGB value is (178,228,250). Sum of RGB (Red+Green+Blue) = 178+228+250=656 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.13% from 656); Green value is 228 (89.45% from 255 or 34.76% 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 #B2E4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E4FA is #4D1B05. Grayscale: #D7D7D7. Windows color (decimal): -5053190 or 16442546. OLE color: 16442546.

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

Color convert

RGB 178 228 250 -
CMYK 0.29 0.09 0 0.02
HSL 198.33º 0.88% 0.84% -
HSV(B) 198.33º 0.29% 0.98% -
XYZ 63.36 71.85 100.97 -
YUV 215.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 178 228 250 0.29 0.09 0 0.02 198.33 0.88 0.84
Hex B2 E4 FA 1D 9 0 2 C6 58 54
Octal 262 344 372 35 11 0 2 306 130 124
Binary 10110010 11100100 11111010 11101 1001 0 10 11000110 1011000 1010100

Color Harmonies of #B2E4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E4FA

Black with #B2E4FA

Text Example


Text Example

White with #B2E4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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