Html Css Color HEX #B7DCEA Light Blue

📋 copy color: '#B7DCEA'

red 183 ◦ green 220 ◦ blue 234

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

Shades of Light Blue #B7DCEA

Tints of Light Blue #B7DCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.73%

R = 28.73%
G = 34.54%
B = 36.73%

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

#B7DCEA (or 0xB7DCEA) is known color: Light Blue. HEX triplet: B7, DC and EA. RGB value is (183,220,234). Sum of RGB (Red+Green+Blue) = 183+220+234=637 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.73% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DCEA is #482315. Grayscale: #D2D2D2. Windows color (decimal): -4727574 or 15391927. OLE color: 15391927.

HSL color Cylindrical-coordinate representation of color #B7DCEA: hue angle of 196.47º degrees, saturation: 0.55, 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 #B7DCEA is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 220 234 -
CMYK 0.22 0.06 0 0.08
HSL 196.47º 0.55% 0.82% -
HSV(B) 196.47º 0.22% 0.92% -
XYZ 59.97 67.19 87.65 -
YUV 210.53 141.24 108.36 -
System Red Green Blue C M Y K H S L
Decimal 183 220 234 0.22 0.06 0 0.08 196.47 0.55 0.82
Hex B7 DC EA 16 6 0 8 C4 37 52
Octal 267 334 352 26 6 0 10 304 67 122
Binary 10110111 11011100 11101010 10110 110 0 1000 11000100 110111 1010010

Color Harmonies of #B7DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DCEA

Black with #B7DCEA

Text Example


Text Example

White with #B7DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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