Html Css Color HEX #B3CEDD Light Blue

📋 copy color: '#B3CEDD'

red 179 ◦ green 206 ◦ blue 221

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

Shades of Light Blue #B3CEDD

Tints of Light Blue #B3CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.99%

 BLUE value IS 221 (86.72% from 255) = 36.47%

R = 29.54%
G = 33.99%
B = 36.47%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3CEDD (or 0xB3CEDD) is known color: Light Blue. HEX triplet: B3, CE and DD. RGB value is (179,206,221). Sum of RGB (Red+Green+Blue) = 179+206+221=606 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.54% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CEDD is #4C3122. Grayscale: #C7C7C7. Windows color (decimal): -4993315 or 14536371. OLE color: 14536371.

HSL color Cylindrical-coordinate representation of color #B3CEDD: hue angle of 201.43º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3CEDD is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 206 221 -
CMYK 0.19 0.07 0 0.13
HSL 201.43º 0.38% 0.78% -
HSV(B) 201.43º 0.19% 0.87% -
XYZ 53.71 58.95 76.95 -
YUV 199.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 179 206 221 0.19 0.07 0 0.13 201.43 0.38 0.78
Hex B3 CE DD 13 7 0 D C9 26 4E
Octal 263 316 335 23 7 0 15 311 46 116
Binary 10110011 11001110 11011101 10011 111 0 1101 11001001 100110 1001110

Color Harmonies of #B3CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CEDD

Black with #B3CEDD

Text Example


Text Example

White with #B3CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CEDD; }

 p { color: rgb(179,206,221); }

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

background-color css

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

 a { background-color: rgb(179,206,221); }

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

border-color css

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

 span { border-color: rgb(179,206,221); }

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