Html Css Color HEX #B3D1DF Light Blue

📋 copy color: '#B3D1DF'

red 179 ◦ green 209 ◦ blue 223

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

Shades of Light Blue #B3D1DF

Tints of Light Blue #B3D1DF

RGB

 RED value IS 179 (70.31% from 255) = 29.3%

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

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

R = 29.3%
G = 34.21%
B = 36.5%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3D1DF (or 0xB3D1DF) is known color: Light Blue. HEX triplet: B3, D1 and DF. RGB value is (179,209,223). Sum of RGB (Red+Green+Blue) = 179+209+223=611 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.30% from 611); Green value is 209 (82.03% from 255 or 34.21% 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 #B3D1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D1DF is #4C2E20. Grayscale: #C9C9C9. Windows color (decimal): -4992545 or 14668211. OLE color: 14668211.

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

Color convert

RGB 179 209 223 -
CMYK 0.20 0.06 0 0.13
HSL 199.09º 0.41% 0.79% -
HSV(B) 199.09º 0.2% 0.87% -
XYZ 54.71 60.51 78.61 -
YUV 201.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 179 209 223 0.20 0.06 0 0.13 199.09 0.41 0.79
Hex B3 D1 DF 14 6 0 D C7 29 4F
Octal 263 321 337 24 6 0 15 307 51 117
Binary 10110011 11010001 11011111 10100 110 0 1101 11000111 101001 1001111

Color Harmonies of #B3D1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D1DF

Black with #B3D1DF

Text Example


Text Example

White with #B3D1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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