Html Css Color HEX #B4DCEA Light Blue

📋 copy color: '#B4DCEA'

red 180 ◦ green 220 ◦ blue 234

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

Shades of Light Blue #B4DCEA

Tints of Light Blue #B4DCEA

RGB

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

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

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

R = 28.39%
G = 34.7%
B = 36.91%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B4DCEA (or 0xB4DCEA) is known color: Light Blue. HEX triplet: B4, DC and EA. RGB value is (180,220,234). Sum of RGB (Red+Green+Blue) = 180+220+234=634 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.39% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DCEA is #4B2315. Grayscale: #D1D1D1. Windows color (decimal): -4924182 or 15391924. OLE color: 15391924.

HSL color Cylindrical-coordinate representation of color #B4DCEA: hue angle of 195.56º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4DCEA is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 220 234 -
CMYK 0.23 0.06 0 0.08
HSL 195.56º 0.56% 0.81% -
HSV(B) 195.56º 0.23% 0.92% -
XYZ 59.27 66.83 87.62 -
YUV 209.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 180 220 234 0.23 0.06 0 0.08 195.56 0.56 0.81
Hex B4 DC EA 17 6 0 8 C4 38 51
Octal 264 334 352 27 6 0 10 304 70 121
Binary 10110100 11011100 11101010 10111 110 0 1000 11000100 111000 1010001

Color Harmonies of #B4DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCEA

Black with #B4DCEA

Text Example


Text Example

White with #B4DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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