Html Css Color HEX #B3DBF1 Light Blue

📋 copy color: '#B3DBF1'

red 179 ◦ green 219 ◦ blue 241

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

Shades of Light Blue #B3DBF1

Tints of Light Blue #B3DBF1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.27%

 BLUE value IS 241 (94.53% from 255) = 37.72%

R = 28.01%
G = 34.27%
B = 37.72%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B3DBF1 (or 0xB3DBF1) is known color: Light Blue. HEX triplet: B3, DB and F1. RGB value is (179,219,241). Sum of RGB (Red+Green+Blue) = 179+219+241=639 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.01% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3DBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DBF1 is #4C240E. Grayscale: #D1D1D1. Windows color (decimal): -4989967 or 15850419. OLE color: 15850419.

HSL color Cylindrical-coordinate representation of color #B3DBF1: hue angle of 201.29º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3DBF1 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 219 241 -
CMYK 0.26 0.09 0 0.05
HSL 201.29º 0.69% 0.82% -
HSV(B) 201.29º 0.26% 0.95% -
XYZ 59.8 66.6 92.92 -
YUV 209.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 179 219 241 0.26 0.09 0 0.05 201.29 0.69 0.82
Hex B3 DB F1 1A 9 0 5 C9 45 52
Octal 263 333 361 32 11 0 5 311 105 122
Binary 10110011 11011011 11110001 11010 1001 0 101 11001001 1000101 1010010

Color Harmonies of #B3DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DBF1

Black with #B3DBF1

Text Example


Text Example

White with #B3DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DBF1; }

 p { color: rgb(179,219,241); }

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

background-color css

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

 a { background-color: rgb(179,219,241); }

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

border-color css

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

 span { border-color: rgb(179,219,241); }

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