Html Css Color HEX #B0DCF2 Light Blue

📋 copy color: '#B0DCF2'

red 176 ◦ green 220 ◦ blue 242

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

Shades of Light Blue #B0DCF2

Tints of Light Blue #B0DCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.48%

 BLUE value IS 242 (94.92% from 255) = 37.93%

R = 27.59%
G = 34.48%
B = 37.93%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0DCF2 (or 0xB0DCF2) is known color: Light Blue. HEX triplet: B0, DC and F2. RGB value is (176,220,242). Sum of RGB (Red+Green+Blue) = 176+220+242=638 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.59% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DCF2 is #4F230D. Grayscale: #D1D1D1. Windows color (decimal): -5186318 or 15916208. OLE color: 15916208.

HSL color Cylindrical-coordinate representation of color #B0DCF2: hue angle of 200º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0DCF2 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 220 242 -
CMYK 0.27 0.09 0 0.05
HSL 200º 0.72% 0.82% -
HSV(B) 200º 0.27% 0.95% -
XYZ 59.52 66.83 93.77 -
YUV 209.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 176 220 242 0.27 0.09 0 0.05 200 0.72 0.82
Hex B0 DC F2 1B 9 0 5 C8 48 52
Octal 260 334 362 33 11 0 5 310 110 122
Binary 10110000 11011100 11110010 11011 1001 0 101 11001000 1001000 1010010

Color Harmonies of #B0DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCF2

Black with #B0DCF2

Text Example


Text Example

White with #B0DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCF2; }

 p { color: rgb(176,220,242); }

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

background-color css

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

 a { background-color: rgb(176,220,242); }

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

border-color css

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

 span { border-color: rgb(176,220,242); }

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