Html Css Color HEX #B7DDEB Light Blue

📋 copy color: '#B7DDEB'

red 183 ◦ green 221 ◦ blue 235

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

Shades of Light Blue #B7DDEB

Tints of Light Blue #B7DDEB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.59%

 BLUE value IS 235 (92.19% from 255) = 36.78%

R = 28.64%
G = 34.59%
B = 36.78%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B7DDEB (or 0xB7DDEB) is known color: Light Blue. HEX triplet: B7, DD and EB. RGB value is (183,221,235). Sum of RGB (Red+Green+Blue) = 183+221+235=639 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.64% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DDEB is #482214. Grayscale: #D3D3D3. Windows color (decimal): -4727317 or 15457719. OLE color: 15457719.

HSL color Cylindrical-coordinate representation of color #B7DDEB: hue angle of 196.15º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7DDEB is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 221 235 -
CMYK 0.22 0.06 0 0.08
HSL 196.15º 0.57% 0.82% -
HSV(B) 196.15º 0.22% 0.92% -
XYZ 60.38 67.78 88.5 -
YUV 211.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 183 221 235 0.22 0.06 0 0.08 196.15 0.57 0.82
Hex B7 DD EB 16 6 0 8 C4 39 52
Octal 267 335 353 26 6 0 10 304 71 122
Binary 10110111 11011101 11101011 10110 110 0 1000 11000100 111001 1010010

Color Harmonies of #B7DDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DDEB

Black with #B7DDEB

Text Example


Text Example

White with #B7DDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DDEB; }

 p { color: rgb(183,221,235); }

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

background-color css

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

 a { background-color: rgb(183,221,235); }

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

border-color css

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

 span { border-color: rgb(183,221,235); }

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