Html Css Color HEX #B0DFED Light Blue

📋 copy color: '#B0DFED'

red 176 ◦ green 223 ◦ blue 237

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

Shades of Light Blue #B0DFED

Tints of Light Blue #B0DFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.26%

R = 27.67%
G = 35.06%
B = 37.26%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B0DFED (or 0xB0DFED) is known color: Light Blue. HEX triplet: B0, DF and ED. RGB value is (176,223,237). Sum of RGB (Red+Green+Blue) = 176+223+237=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0DFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFED is #4F2012. Grayscale: #D2D2D2. Windows color (decimal): -5185555 or 15589296. OLE color: 15589296.

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

Color convert

RGB 176 223 237 -
CMYK 0.26 0.06 0 0.07
HSL 193.77º 0.63% 0.81% -
HSV(B) 193.77º 0.26% 0.93% -
XYZ 59.58 68.12 90.13 -
YUV 210.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 176 223 237 0.26 0.06 0 0.07 193.77 0.63 0.81
Hex B0 DF ED 1A 6 0 7 C2 3F 51
Octal 260 337 355 32 6 0 7 302 77 121
Binary 10110000 11011111 11101101 11010 110 0 111 11000010 111111 1010001

Color Harmonies of #B0DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DFED

Black with #B0DFED

Text Example


Text Example

White with #B0DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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