Html Css Color HEX #B4DCEC Light Blue

📋 copy color: '#B4DCEC'

red 180 ◦ green 220 ◦ blue 236

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

Shades of Light Blue #B4DCEC

Tints of Light Blue #B4DCEC

RGB

 RED value IS 180 (70.7% from 255) = 28.3%

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

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

R = 28.3%
G = 34.59%
B = 37.11%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B4DCEC (or 0xB4DCEC) is known color: Light Blue. HEX triplet: B4, DC and EC. RGB value is (180,220,236). Sum of RGB (Red+Green+Blue) = 180+220+236=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #B4DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DCEC is #4B2313. Grayscale: #D1D1D1. Windows color (decimal): -4924180 or 15522996. OLE color: 15522996.

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

Color convert

RGB 180 220 236 -
CMYK 0.24 0.07 0 0.07
HSL 197.14º 0.6% 0.82% -
HSV(B) 197.14º 0.24% 0.93% -
XYZ 59.56 66.95 89.14 -
YUV 209.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 180 220 236 0.24 0.07 0 0.07 197.14 0.6 0.82
Hex B4 DC EC 18 7 0 7 C5 3C 52
Octal 264 334 354 30 7 0 7 305 74 122
Binary 10110100 11011100 11101100 11000 111 0 111 11000101 111100 1010010

Color Harmonies of #B4DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCEC

Black with #B4DCEC

Text Example


Text Example

White with #B4DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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