Html Css Color HEX #B4E3F8 Light Blue

📋 copy color: '#B4E3F8'

red 180 ◦ green 227 ◦ blue 248

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

Shades of Light Blue #B4E3F8

Tints of Light Blue #B4E3F8

RGB

 RED value IS 180 (70.7% from 255) = 27.48%

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

 BLUE value IS 248 (97.27% from 255) = 37.86%

R = 27.48%
G = 34.66%
B = 37.86%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B4E3F8 (or 0xB4E3F8) is known color: Light Blue. HEX triplet: B4, E3 and F8. RGB value is (180,227,248). Sum of RGB (Red+Green+Blue) = 180+227+248=655 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.48% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #B4E3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E3F8 is #4B1C07. Grayscale: #D7D7D7. Windows color (decimal): -4922376 or 16311220. OLE color: 16311220.

HSL color Cylindrical-coordinate representation of color #B4E3F8: hue angle of 198.53º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4E3F8 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 180 227 248 -
CMYK 0.27 0.08 0 0.03
HSL 198.53º 0.83% 0.84% -
HSV(B) 198.53º 0.27% 0.97% -
XYZ 63.23 71.42 99.26 -
YUV 215.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 180 227 248 0.27 0.08 0 0.03 198.53 0.83 0.84
Hex B4 E3 F8 1B 8 0 3 C7 53 54
Octal 264 343 370 33 10 0 3 307 123 124
Binary 10110100 11100011 11111000 11011 1000 0 11 11000111 1010011 1010100

Color Harmonies of #B4E3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E3F8

Black with #B4E3F8

Text Example


Text Example

White with #B4E3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E3F8; }

 p { color: rgb(180,227,248); }

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

background-color css

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

 a { background-color: rgb(180,227,248); }

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

border-color css

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

 span { border-color: rgb(180,227,248); }

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