Html Css Color HEX #B4D1DF Light Blue

📋 copy color: '#B4D1DF'

red 180 ◦ green 209 ◦ blue 223

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

Shades of Light Blue #B4D1DF

Tints of Light Blue #B4D1DF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.15%

 BLUE value IS 223 (87.5% from 255) = 36.44%

R = 29.41%
G = 34.15%
B = 36.44%

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

#B4D1DF (or 0xB4D1DF) is known color: Light Blue. HEX triplet: B4, D1 and DF. RGB value is (180,209,223). Sum of RGB (Red+Green+Blue) = 180+209+223=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4D1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D1DF is #4B2E20. Grayscale: #C9C9C9. Windows color (decimal): -4927009 or 14668212. OLE color: 14668212.

HSL color Cylindrical-coordinate representation of color #B4D1DF: hue angle of 199.53º degrees, saturation: 0.4, 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 #B4D1DF is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 209 223 -
CMYK 0.19 0.06 0 0.13
HSL 199.53º 0.4% 0.79% -
HSV(B) 199.53º 0.19% 0.87% -
XYZ 54.94 60.63 78.62 -
YUV 201.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 180 209 223 0.19 0.06 0 0.13 199.53 0.4 0.79
Hex B4 D1 DF 13 6 0 D C8 28 4F
Octal 264 321 337 23 6 0 15 310 50 117
Binary 10110100 11010001 11011111 10011 110 0 1101 11001000 101000 1001111

Color Harmonies of #B4D1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D1DF

Black with #B4D1DF

Text Example


Text Example

White with #B4D1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D1DF; }

 p { color: rgb(180,209,223); }

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

background-color css

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

 a { background-color: rgb(180,209,223); }

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

border-color css

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

 span { border-color: rgb(180,209,223); }

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