Html Css Color HEX #B4DDEA Light Blue

📋 copy color: '#B4DDEA'

red 180 ◦ green 221 ◦ blue 234

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

Shades of Light Blue #B4DDEA

Tints of Light Blue #B4DDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.8%

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

R = 28.35%
G = 34.8%
B = 36.85%

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

#B4DDEA (or 0xB4DDEA) is known color: Light Blue. HEX triplet: B4, DD and EA. RGB value is (180,221,234). Sum of RGB (Red+Green+Blue) = 180+221+234=635 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.35% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DDEA is #4B2215. Grayscale: #D2D2D2. Windows color (decimal): -4923926 or 15392180. OLE color: 15392180.

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

Color convert

RGB 180 221 234 -
CMYK 0.23 0.06 0 0.08
HSL 194.44º 0.56% 0.81% -
HSV(B) 194.44º 0.23% 0.92% -
XYZ 59.53 67.36 87.71 -
YUV 210.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 180 221 234 0.23 0.06 0 0.08 194.44 0.56 0.81
Hex B4 DD EA 17 6 0 8 C2 38 51
Octal 264 335 352 27 6 0 10 302 70 121
Binary 10110100 11011101 11101010 10111 110 0 1000 11000010 111000 1010001

Color Harmonies of #B4DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DDEA

Black with #B4DDEA

Text Example


Text Example

White with #B4DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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