Html Css Color HEX #B1D3DF Light Blue

📋 copy color: '#B1D3DF'

red 177 ◦ green 211 ◦ blue 223

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

Shades of Light Blue #B1D3DF

Tints of Light Blue #B1D3DF

RGB

 RED value IS 177 (69.53% from 255) = 28.97%

 GREEN value IS 211 (82.81% from 255) = 34.53%

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

R = 28.97%
G = 34.53%
B = 36.5%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1D3DF (or 0xB1D3DF) is known color: Light Blue. HEX triplet: B1, D3 and DF. RGB value is (177,211,223). Sum of RGB (Red+Green+Blue) = 177+211+223=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1D3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D3DF is #4E2C20. Grayscale: #CACACA. Windows color (decimal): -5123105 or 14668721. OLE color: 14668721.

HSL color Cylindrical-coordinate representation of color #B1D3DF: hue angle of 195.65º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1D3DF is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 211 223 -
CMYK 0.21 0.05 0 0.13
HSL 195.65º 0.42% 0.78% -
HSV(B) 195.65º 0.21% 0.87% -
XYZ 54.75 61.26 78.75 -
YUV 202.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 177 211 223 0.21 0.05 0 0.13 195.65 0.42 0.78
Hex B1 D3 DF 15 5 0 D C4 2A 4E
Octal 261 323 337 25 5 0 15 304 52 116
Binary 10110001 11010011 11011111 10101 101 0 1101 11000100 101010 1001110

Color Harmonies of #B1D3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D3DF

Black with #B1D3DF

Text Example


Text Example

White with #B1D3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D3DF; }

 p { color: rgb(177,211,223); }

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

background-color css

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

 a { background-color: rgb(177,211,223); }

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

border-color css

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

 span { border-color: rgb(177,211,223); }

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