Html Css Color HEX #B3E0FA Light Blue

📋 copy color: '#B3E0FA'

red 179 ◦ green 224 ◦ blue 250

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

Shades of Light Blue #B3E0FA

Tints of Light Blue #B3E0FA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.3%

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

R = 27.41%
G = 34.3%
B = 38.28%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B3E0FA (or 0xB3E0FA) is known color: Light Blue. HEX triplet: B3, E0 and FA. RGB value is (179,224,250). Sum of RGB (Red+Green+Blue) = 179+224+250=653 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.41% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E0FA is #4C1F05. Grayscale: #D5D5D5. Windows color (decimal): -4988678 or 16441523. OLE color: 16441523.

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

Color convert

RGB 179 224 250 -
CMYK 0.28 0.10 0 0.02
HSL 201.97º 0.88% 0.84% -
HSV(B) 201.97º 0.28% 0.98% -
XYZ 62.5 69.8 100.62 -
YUV 213.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 179 224 250 0.28 0.10 0 0.02 201.97 0.88 0.84
Hex B3 E0 FA 1C A 0 2 CA 58 54
Octal 263 340 372 34 12 0 2 312 130 124
Binary 10110011 11100000 11111010 11100 1010 0 10 11001010 1011000 1010100

Color Harmonies of #B3E0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E0FA

Black with #B3E0FA

Text Example


Text Example

White with #B3E0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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