Html Css Color HEX #B3DBEC Light Blue

📋 copy color: '#B3DBEC'

red 179 ◦ green 219 ◦ blue 236

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

Shades of Light Blue #B3DBEC

Tints of Light Blue #B3DBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.22%

R = 28.23%
G = 34.54%
B = 37.22%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B3DBEC (or 0xB3DBEC) is known color: Light Blue. HEX triplet: B3, DB and EC. RGB value is (179,219,236). Sum of RGB (Red+Green+Blue) = 179+219+236=634 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.23% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DBEC is #4C2413. Grayscale: #D0D0D0. Windows color (decimal): -4989972 or 15522739. OLE color: 15522739.

HSL color Cylindrical-coordinate representation of color #B3DBEC: hue angle of 197.89º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3DBEC is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 219 236 -
CMYK 0.24 0.07 0 0.07
HSL 197.89º 0.6% 0.81% -
HSV(B) 197.89º 0.24% 0.93% -
XYZ 59.06 66.3 89.04 -
YUV 208.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 179 219 236 0.24 0.07 0 0.07 197.89 0.6 0.81
Hex B3 DB EC 18 7 0 7 C6 3C 51
Octal 263 333 354 30 7 0 7 306 74 121
Binary 10110011 11011011 11101100 11000 111 0 111 11000110 111100 1010001

Color Harmonies of #B3DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DBEC

Black with #B3DBEC

Text Example


Text Example

White with #B3DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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