Html Css Color HEX #B4D0DD Light Blue

📋 copy color: '#B4D0DD'

red 180 ◦ green 208 ◦ blue 221

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

Shades of Light Blue #B4D0DD

Tints of Light Blue #B4D0DD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.15%

 BLUE value IS 221 (86.72% from 255) = 36.29%

R = 29.56%
G = 34.15%
B = 36.29%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4D0DD (or 0xB4D0DD) is known color: Light Blue. HEX triplet: B4, D0 and DD. RGB value is (180,208,221). Sum of RGB (Red+Green+Blue) = 180+208+221=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4D0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D0DD is #4B2F22. Grayscale: #C9C9C9. Windows color (decimal): -4927267 or 14536884. OLE color: 14536884.

HSL color Cylindrical-coordinate representation of color #B4D0DD: hue angle of 199.02º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4D0DD is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 208 221 -
CMYK 0.19 0.06 0 0.13
HSL 199.02º 0.38% 0.79% -
HSV(B) 199.02º 0.19% 0.87% -
XYZ 54.43 60.04 77.13 -
YUV 201.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 180 208 221 0.19 0.06 0 0.13 199.02 0.38 0.79
Hex B4 D0 DD 13 6 0 D C7 26 4F
Octal 264 320 335 23 6 0 15 307 46 117
Binary 10110100 11010000 11011101 10011 110 0 1101 11000111 100110 1001111

Color Harmonies of #B4D0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D0DD

Black with #B4D0DD

Text Example


Text Example

White with #B4D0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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