Html Css Color HEX #B0E0F4 Light Blue

📋 copy color: '#B0E0F4'

red 176 ◦ green 224 ◦ blue 244

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

Shades of Light Blue #B0E0F4

Tints of Light Blue #B0E0F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.89%

R = 27.33%
G = 34.78%
B = 37.89%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B0E0F4 (or 0xB0E0F4) is known color: Light Blue. HEX triplet: B0, E0 and F4. RGB value is (176,224,244). Sum of RGB (Red+Green+Blue) = 176+224+244=644 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.33% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 244 (95.70% from 255 or 37.89% from 644); Max value from RGB is 244 - color contains mainly: blue. Hex color #B0E0F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E0F4 is #4F1F0B. Grayscale: #D3D3D3. Windows color (decimal): -5185292 or 16048304. OLE color: 16048304.

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

Color convert

RGB 176 224 244 -
CMYK 0.28 0.08 0 0.04
HSL 197.65º 0.76% 0.82% -
HSV(B) 197.65º 0.28% 0.96% -
XYZ 60.89 69.07 95.71 -
YUV 211.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 176 224 244 0.28 0.08 0 0.04 197.65 0.76 0.82
Hex B0 E0 F4 1C 8 0 4 C6 4C 52
Octal 260 340 364 34 10 0 4 306 114 122
Binary 10110000 11100000 11110100 11100 1000 0 100 11000110 1001100 1010010

Color Harmonies of #B0E0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E0F4

Black with #B0E0F4

Text Example


Text Example

White with #B0E0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E0F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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