Html Css Color HEX #B7DCE7 Light Blue

📋 copy color: '#B7DCE7'

red 183 ◦ green 220 ◦ blue 231

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

Shades of Light Blue #B7DCE7

Tints of Light Blue #B7DCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.44%

R = 28.86%
G = 34.7%
B = 36.44%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B7DCE7 (or 0xB7DCE7) is known color: Light Blue. HEX triplet: B7, DC and E7. RGB value is (183,220,231). Sum of RGB (Red+Green+Blue) = 183+220+231=634 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.86% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 231 (90.62% from 255 or 36.44% from 634); Max value from RGB is 231 - color contains mainly: blue. Hex color #B7DCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DCE7 is #482318. Grayscale: #D2D2D2. Windows color (decimal): -4727577 or 15195319. OLE color: 15195319.

HSL color Cylindrical-coordinate representation of color #B7DCE7: hue angle of 193.75º degrees, saturation: 0.5, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7DCE7 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 220 231 -
CMYK 0.21 0.05 0 0.09
HSL 193.75º 0.5% 0.81% -
HSV(B) 193.75º 0.21% 0.91% -
XYZ 59.55 67.02 85.4 -
YUV 210.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 183 220 231 0.21 0.05 0 0.09 193.75 0.5 0.81
Hex B7 DC E7 15 5 0 9 C2 32 51
Octal 267 334 347 25 5 0 11 302 62 121
Binary 10110111 11011100 11100111 10101 101 0 1001 11000010 110010 1010001

Color Harmonies of #B7DCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DCE7

Black with #B7DCE7

Text Example


Text Example

White with #B7DCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DCE7; }

 p { color: rgb(183,220,231); }

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

background-color css

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

 a { background-color: rgb(183,220,231); }

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

border-color css

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

 span { border-color: rgb(183,220,231); }

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