Html Css Color HEX #B3DCF1 Light Blue

📋 copy color: '#B3DCF1'

red 179 ◦ green 220 ◦ blue 241

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

Shades of Light Blue #B3DCF1

Tints of Light Blue #B3DCF1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.38%

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

R = 27.97%
G = 34.38%
B = 37.66%

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

#B3DCF1 (or 0xB3DCF1) is known color: Light Blue. HEX triplet: B3, DC and F1. RGB value is (179,220,241). Sum of RGB (Red+Green+Blue) = 179+220+241=640 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.97% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DCF1 is #4C230E. Grayscale: #D2D2D2. Windows color (decimal): -4989711 or 15850675. OLE color: 15850675.

HSL color Cylindrical-coordinate representation of color #B3DCF1: hue angle of 200.32º 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 #B3DCF1 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 220 241 -
CMYK 0.26 0.09 0 0.05
HSL 200.32º 0.69% 0.82% -
HSV(B) 200.32º 0.26% 0.95% -
XYZ 60.06 67.12 93.01 -
YUV 210.14 145.42 105.79 -
System Red Green Blue C M Y K H S L
Decimal 179 220 241 0.26 0.09 0 0.05 200.32 0.69 0.82
Hex B3 DC F1 1A 9 0 5 C8 45 52
Octal 263 334 361 32 11 0 5 310 105 122
Binary 10110011 11011100 11110001 11010 1001 0 101 11001000 1000101 1010010

Color Harmonies of #B3DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DCF1

Black with #B3DCF1

Text Example


Text Example

White with #B3DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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