Html Css Color HEX #B0DEEE Light Blue

📋 copy color: '#B0DEEE'

red 176 ◦ green 222 ◦ blue 238

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

Shades of Light Blue #B0DEEE

Tints of Light Blue #B0DEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.91%

 BLUE value IS 238 (93.36% from 255) = 37.42%

R = 27.67%
G = 34.91%
B = 37.42%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B0DEEE (or 0xB0DEEE) is known color: Light Blue. HEX triplet: B0, DE and EE. RGB value is (176,222,238). Sum of RGB (Red+Green+Blue) = 176+222+238=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0DEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEEE is #4F2111. Grayscale: #D1D1D1. Windows color (decimal): -5185810 or 15654576. OLE color: 15654576.

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

Color convert

RGB 176 222 238 -
CMYK 0.26 0.07 0 0.07
HSL 195.48º 0.65% 0.81% -
HSV(B) 195.48º 0.26% 0.93% -
XYZ 59.46 67.65 90.81 -
YUV 210.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 176 222 238 0.26 0.07 0 0.07 195.48 0.65 0.81
Hex B0 DE EE 1A 7 0 7 C3 41 51
Octal 260 336 356 32 7 0 7 303 101 121
Binary 10110000 11011110 11101110 11010 111 0 111 11000011 1000001 1010001

Color Harmonies of #B0DEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DEEE

Black with #B0DEEE

Text Example


Text Example

White with #B0DEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DEEE; }

 p { color: rgb(176,222,238); }

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

background-color css

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

 a { background-color: rgb(176,222,238); }

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

border-color css

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

 span { border-color: rgb(176,222,238); }

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