Html Css Color HEX #B3DCEF Light Blue

📋 copy color: '#B3DCEF'

red 179 ◦ green 220 ◦ blue 239

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

Shades of Light Blue #B3DCEF

Tints of Light Blue #B3DCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.46%

R = 28.06%
G = 34.48%
B = 37.46%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B3DCEF (or 0xB3DCEF) is known color: Light Blue. HEX triplet: B3, DC and EF. RGB value is (179,220,239). Sum of RGB (Red+Green+Blue) = 179+220+239=638 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.06% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DCEF is #4C2310. Grayscale: #D1D1D1. Windows color (decimal): -4989713 or 15719603. OLE color: 15719603.

HSL color Cylindrical-coordinate representation of color #B3DCEF: hue angle of 199º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3DCEF is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 220 239 -
CMYK 0.25 0.08 0 0.06
HSL 199º 0.65% 0.82% -
HSV(B) 199º 0.25% 0.94% -
XYZ 59.76 67 91.44 -
YUV 209.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 179 220 239 0.25 0.08 0 0.06 199 0.65 0.82
Hex B3 DC EF 19 8 0 6 C7 41 52
Octal 263 334 357 31 10 0 6 307 101 122
Binary 10110011 11011100 11101111 11001 1000 0 110 11000111 1000001 1010010

Color Harmonies of #B3DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DCEF

Black with #B3DCEF

Text Example


Text Example

White with #B3DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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