Html Css Color HEX #B0E0EF Light Blue

📋 copy color: '#B0E0EF'

red 176 ◦ green 224 ◦ blue 239

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

Shades of Light Blue #B0E0EF

Tints of Light Blue #B0E0EF

RGB

 RED value IS 176 (69.14% from 255) = 27.54%

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

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

R = 27.54%
G = 35.05%
B = 37.4%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B0E0EF (or 0xB0E0EF) is known color: Light Blue. HEX triplet: B0, E0 and EF. RGB value is (176,224,239). Sum of RGB (Red+Green+Blue) = 176+224+239=639 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.54% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0E0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E0EF is #4F1F10. Grayscale: #D3D3D3. Windows color (decimal): -5185297 or 15720624. OLE color: 15720624.

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

Color convert

RGB 176 224 239 -
CMYK 0.26 0.06 0 0.06
HSL 194.29º 0.66% 0.81% -
HSV(B) 194.29º 0.26% 0.94% -
XYZ 60.14 68.77 91.77 -
YUV 211.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 176 224 239 0.26 0.06 0 0.06 194.29 0.66 0.81
Hex B0 E0 EF 1A 6 0 6 C2 42 51
Octal 260 340 357 32 6 0 6 302 102 121
Binary 10110000 11100000 11101111 11010 110 0 110 11000010 1000010 1010001

Color Harmonies of #B0E0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E0EF

Black with #B0E0EF

Text Example


Text Example

White with #B0E0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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