Html Css Color HEX #B0DFEC Light Blue

📋 copy color: '#B0DFEC'

red 176 ◦ green 223 ◦ blue 236

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

Shades of Light Blue #B0DFEC

Tints of Light Blue #B0DFEC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.12%

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

R = 27.72%
G = 35.12%
B = 37.17%

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

#B0DFEC (or 0xB0DFEC) is known color: Light Blue. HEX triplet: B0, DF and EC. RGB value is (176,223,236). Sum of RGB (Red+Green+Blue) = 176+223+236=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0DFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFEC is #4F2013. Grayscale: #D2D2D2. Windows color (decimal): -5185556 or 15523760. OLE color: 15523760.

HSL color Cylindrical-coordinate representation of color #B0DFEC: hue angle of 193º 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 #B0DFEC is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 223 236 -
CMYK 0.25 0.06 0 0.07
HSL 193º 0.61% 0.81% -
HSV(B) 193º 0.25% 0.93% -
XYZ 59.43 68.06 89.36 -
YUV 210.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 176 223 236 0.25 0.06 0 0.07 193 0.61 0.81
Hex B0 DF EC 19 6 0 7 C1 3D 51
Octal 260 337 354 31 6 0 7 301 75 121
Binary 10110000 11011111 11101100 11001 110 0 111 11000001 111101 1010001

Color Harmonies of #B0DFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DFEC

Black with #B0DFEC

Text Example


Text Example

White with #B0DFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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