Html Css Color HEX #B0DEEC Light Blue

📋 copy color: '#B0DEEC'

red 176 ◦ green 222 ◦ blue 236

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

Shades of Light Blue #B0DEEC

Tints of Light Blue #B0DEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.22%

R = 27.76%
G = 35.02%
B = 37.22%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B0DEEC (or 0xB0DEEC) is known color: Light Blue. HEX triplet: B0, DE and EC. RGB value is (176,222,236). Sum of RGB (Red+Green+Blue) = 176+222+236=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0DEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEEC is #4F2113. Grayscale: #D1D1D1. Windows color (decimal): -5185812 or 15523504. OLE color: 15523504.

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

Color convert

RGB 176 222 236 -
CMYK 0.25 0.06 0 0.07
HSL 194º 0.61% 0.81% -
HSV(B) 194º 0.25% 0.93% -
XYZ 59.17 67.53 89.27 -
YUV 209.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 176 222 236 0.25 0.06 0 0.07 194 0.61 0.81
Hex B0 DE EC 19 6 0 7 C2 3D 51
Octal 260 336 354 31 6 0 7 302 75 121
Binary 10110000 11011110 11101100 11001 110 0 111 11000010 111101 1010001

Color Harmonies of #B0DEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DEEC

Black with #B0DEEC

Text Example


Text Example

White with #B0DEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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