Html Css Color HEX #B0D7ED Light Blue

📋 copy color: '#B0D7ED'

red 176 ◦ green 215 ◦ blue 237

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

Shades of Light Blue #B0D7ED

Tints of Light Blue #B0D7ED

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.24%

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

R = 28.03%
G = 34.24%
B = 37.74%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B0D7ED (or 0xB0D7ED) is known color: Light Blue. HEX triplet: B0, D7 and ED. RGB value is (176,215,237). Sum of RGB (Red+Green+Blue) = 176+215+237=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0D7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D7ED is #4F2812. Grayscale: #CDCDCD. Windows color (decimal): -5187603 or 15587248. OLE color: 15587248.

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

Color convert

RGB 176 215 237 -
CMYK 0.26 0.09 0 0.07
HSL 201.64º 0.63% 0.81% -
HSV(B) 201.64º 0.26% 0.93% -
XYZ 57.49 63.95 89.43 -
YUV 205.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 176 215 237 0.26 0.09 0 0.07 201.64 0.63 0.81
Hex B0 D7 ED 1A 9 0 7 CA 3F 51
Octal 260 327 355 32 11 0 7 312 77 121
Binary 10110000 11010111 11101101 11010 1001 0 111 11001010 111111 1010001

Color Harmonies of #B0D7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D7ED

Black with #B0D7ED

Text Example


Text Example

White with #B0D7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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