Html Css Color HEX #B4DEEA Light Blue

📋 copy color: '#B4DEEA'

red 180 ◦ green 222 ◦ blue 234

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

Shades of Light Blue #B4DEEA

Tints of Light Blue #B4DEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.91%

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

R = 28.3%
G = 34.91%
B = 36.79%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B4DEEA (or 0xB4DEEA) is known color: Light Blue. HEX triplet: B4, DE and EA. RGB value is (180,222,234). Sum of RGB (Red+Green+Blue) = 180+222+234=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4DEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DEEA is #4B2115. Grayscale: #D2D2D2. Windows color (decimal): -4923670 or 15392436. OLE color: 15392436.

HSL color Cylindrical-coordinate representation of color #B4DEEA: hue angle of 193.33º 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 #B4DEEA is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 222 234 -
CMYK 0.23 0.05 0 0.08
HSL 193.33º 0.56% 0.81% -
HSV(B) 193.33º 0.23% 0.92% -
XYZ 59.79 67.89 87.79 -
YUV 210.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 180 222 234 0.23 0.05 0 0.08 193.33 0.56 0.81
Hex B4 DE EA 17 5 0 8 C1 38 51
Octal 264 336 352 27 5 0 10 301 70 121
Binary 10110100 11011110 11101010 10111 101 0 1000 11000001 111000 1010001

Color Harmonies of #B4DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DEEA

Black with #B4DEEA

Text Example


Text Example

White with #B4DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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