Html Css Color HEX #B7DCEC Light Blue

📋 copy color: '#B7DCEC'

red 183 ◦ green 220 ◦ blue 236

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

Shades of Light Blue #B7DCEC

Tints of Light Blue #B7DCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.93%

R = 28.64%
G = 34.43%
B = 36.93%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B7DCEC (or 0xB7DCEC) is known color: Light Blue. HEX triplet: B7, DC and EC. RGB value is (183,220,236). Sum of RGB (Red+Green+Blue) = 183+220+236=639 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.64% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DCEC is #482313. Grayscale: #D2D2D2. Windows color (decimal): -4727572 or 15522999. OLE color: 15522999.

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

Color convert

RGB 183 220 236 -
CMYK 0.22 0.07 0 0.07
HSL 198.11º 0.58% 0.82% -
HSV(B) 198.11º 0.22% 0.93% -
XYZ 60.26 67.31 89.17 -
YUV 210.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 183 220 236 0.22 0.07 0 0.07 198.11 0.58 0.82
Hex B7 DC EC 16 7 0 7 C6 3A 52
Octal 267 334 354 26 7 0 7 306 72 122
Binary 10110111 11011100 11101100 10110 111 0 111 11000110 111010 1010010

Color Harmonies of #B7DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DCEC

Black with #B7DCEC

Text Example


Text Example

White with #B7DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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