Html Css Color HEX #B7DBED Light Blue

📋 copy color: '#B7DBED'

red 183 ◦ green 219 ◦ blue 237

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

Shades of Light Blue #B7DBED

Tints of Light Blue #B7DBED

RGB

 RED value IS 183 (71.88% from 255) = 28.64%

 GREEN value IS 219 (85.94% from 255) = 34.27%

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

R = 28.64%
G = 34.27%
B = 37.09%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B7DBED (or 0xB7DBED) is known color: Light Blue. HEX triplet: B7, DB and ED. RGB value is (183,219,237). Sum of RGB (Red+Green+Blue) = 183+219+237=639 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.64% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DBED is #482412. Grayscale: #D2D2D2. Windows color (decimal): -4727827 or 15588279. OLE color: 15588279.

HSL color Cylindrical-coordinate representation of color #B7DBED: hue angle of 200º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7DBED is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 219 237 -
CMYK 0.23 0.08 0 0.07
HSL 200º 0.6% 0.82% -
HSV(B) 200º 0.23% 0.93% -
XYZ 60.15 66.84 89.85 -
YUV 210.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 183 219 237 0.23 0.08 0 0.07 200 0.6 0.82
Hex B7 DB ED 17 8 0 7 C8 3C 52
Octal 267 333 355 27 10 0 7 310 74 122
Binary 10110111 11011011 11101101 10111 1000 0 111 11001000 111100 1010010

Color Harmonies of #B7DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DBED

Black with #B7DBED

Text Example


Text Example

White with #B7DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DBED; }

 p { color: rgb(183,219,237); }

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

background-color css

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

 a { background-color: rgb(183,219,237); }

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

border-color css

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

 span { border-color: rgb(183,219,237); }

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