Html Css Color HEX #B4DCEF Light Blue

📋 copy color: '#B4DCEF'

red 180 ◦ green 220 ◦ blue 239

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

Shades of Light Blue #B4DCEF

Tints of Light Blue #B4DCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.4%

R = 28.17%
G = 34.43%
B = 37.4%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B4DCEF (or 0xB4DCEF) is known color: Light Blue. HEX triplet: B4, DC and EF. RGB value is (180,220,239). Sum of RGB (Red+Green+Blue) = 180+220+239=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DCEF is #4B2310. Grayscale: #D2D2D2. Windows color (decimal): -4924177 or 15719604. OLE color: 15719604.

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

Color convert

RGB 180 220 239 -
CMYK 0.25 0.08 0 0.06
HSL 199.32º 0.65% 0.82% -
HSV(B) 199.32º 0.25% 0.94% -
XYZ 60 67.12 91.46 -
YUV 210.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 180 220 239 0.25 0.08 0 0.06 199.32 0.65 0.82
Hex B4 DC EF 19 8 0 6 C7 41 52
Octal 264 334 357 31 10 0 6 307 101 122
Binary 10110100 11011100 11101111 11001 1000 0 110 11000111 1000001 1010010

Color Harmonies of #B4DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCEF

Black with #B4DCEF

Text Example


Text Example

White with #B4DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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