Html Css Color HEX #B1D2DA Light Blue

📋 copy color: '#B1D2DA'

red 177 ◦ green 210 ◦ blue 218

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

Shades of Light Blue #B1D2DA

Tints of Light Blue #B1D2DA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.71%

 BLUE value IS 218 (85.55% from 255) = 36.03%

R = 29.26%
G = 34.71%
B = 36.03%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B1D2DA (or 0xB1D2DA) is known color: Light Blue. HEX triplet: B1, D2 and DA. RGB value is (177,210,218). Sum of RGB (Red+Green+Blue) = 177+210+218=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1D2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D2DA is #4E2D25. Grayscale: #C8C8C8. Windows color (decimal): -5123366 or 14340785. OLE color: 14340785.

HSL color Cylindrical-coordinate representation of color #B1D2DA: hue angle of 191.71º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1D2DA is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 210 218 -
CMYK 0.19 0.04 0 0.15
HSL 191.71º 0.36% 0.77% -
HSV(B) 191.71º 0.19% 0.85% -
XYZ 53.83 60.5 75.17 -
YUV 201.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 177 210 218 0.19 0.04 0 0.15 191.71 0.36 0.77
Hex B1 D2 DA 13 4 0 F C0 24 4D
Octal 261 322 332 23 4 0 17 300 44 115
Binary 10110001 11010010 11011010 10011 100 0 1111 11000000 100100 1001101

Color Harmonies of #B1D2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D2DA

Black with #B1D2DA

Text Example


Text Example

White with #B1D2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D2DA; }

 p { color: rgb(177,210,218); }

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

background-color css

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

 a { background-color: rgb(177,210,218); }

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

border-color css

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

 span { border-color: rgb(177,210,218); }

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