Html Css Color HEX #B3E3F7 Light Blue

📋 copy color: '#B3E3F7'

red 179 ◦ green 227 ◦ blue 247

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

Shades of Light Blue #B3E3F7

Tints of Light Blue #B3E3F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.83%

R = 27.41%
G = 34.76%
B = 37.83%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B3E3F7 (or 0xB3E3F7) is known color: Light Blue. HEX triplet: B3, E3 and F7. RGB value is (179,227,247). Sum of RGB (Red+Green+Blue) = 179+227+247=653 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.41% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #B3E3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E3F7 is #4C1C08. Grayscale: #D6D6D6. Windows color (decimal): -4987913 or 16245683. OLE color: 16245683.

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

Color convert

RGB 179 227 247 -
CMYK 0.28 0.08 0 0.03
HSL 197.65º 0.81% 0.84% -
HSV(B) 197.65º 0.28% 0.97% -
XYZ 62.85 71.24 98.43 -
YUV 214.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 179 227 247 0.28 0.08 0 0.03 197.65 0.81 0.84
Hex B3 E3 F7 1C 8 0 3 C6 51 54
Octal 263 343 367 34 10 0 3 306 121 124
Binary 10110011 11100011 11110111 11100 1000 0 11 11000110 1010001 1010100

Color Harmonies of #B3E3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E3F7

Black with #B3E3F7

Text Example


Text Example

White with #B3E3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E3F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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