Html Css Color HEX #B3DCEA Light Blue

📋 copy color: '#B3DCEA'

red 179 ◦ green 220 ◦ blue 234

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

Shades of Light Blue #B3DCEA

Tints of Light Blue #B3DCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.97%

R = 28.28%
G = 34.76%
B = 36.97%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B3DCEA (or 0xB3DCEA) is known color: Light Blue. HEX triplet: B3, DC and EA. RGB value is (179,220,234). Sum of RGB (Red+Green+Blue) = 179+220+234=633 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.28% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DCEA is #4C2315. Grayscale: #D1D1D1. Windows color (decimal): -4989718 or 15391923. OLE color: 15391923.

HSL color Cylindrical-coordinate representation of color #B3DCEA: hue angle of 195.27º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3DCEA is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 220 234 -
CMYK 0.24 0.06 0 0.08
HSL 195.27º 0.57% 0.81% -
HSV(B) 195.27º 0.24% 0.92% -
XYZ 59.03 66.71 87.61 -
YUV 209.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 179 220 234 0.24 0.06 0 0.08 195.27 0.57 0.81
Hex B3 DC EA 18 6 0 8 C3 39 51
Octal 263 334 352 30 6 0 10 303 71 121
Binary 10110011 11011100 11101010 11000 110 0 1000 11000011 111001 1010001

Color Harmonies of #B3DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DCEA

Black with #B3DCEA

Text Example


Text Example

White with #B3DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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