Html Css Color HEX #B3E0EF Light Blue

📋 copy color: '#B3E0EF'

red 179 ◦ green 224 ◦ blue 239

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

Shades of Light Blue #B3E0EF

Tints of Light Blue #B3E0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.23%

R = 27.88%
G = 34.89%
B = 37.23%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B3E0EF (or 0xB3E0EF) is known color: Light Blue. HEX triplet: B3, E0 and EF. RGB value is (179,224,239). Sum of RGB (Red+Green+Blue) = 179+224+239=642 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.88% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3E0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E0EF is #4C1F10. Grayscale: #D4D4D4. Windows color (decimal): -4988689 or 15720627. OLE color: 15720627.

HSL color Cylindrical-coordinate representation of color #B3E0EF: hue angle of 195º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3E0EF is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 224 239 -
CMYK 0.25 0.06 0 0.06
HSL 195º 0.65% 0.82% -
HSV(B) 195º 0.25% 0.94% -
XYZ 60.83 69.13 91.8 -
YUV 212.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 179 224 239 0.25 0.06 0 0.06 195 0.65 0.82
Hex B3 E0 EF 19 6 0 6 C3 41 52
Octal 263 340 357 31 6 0 6 303 101 122
Binary 10110011 11100000 11101111 11001 110 0 110 11000011 1000001 1010010

Color Harmonies of #B3E0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E0EF

Black with #B3E0EF

Text Example


Text Example

White with #B3E0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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