Html Css Color HEX #B1CEDF Light Blue

📋 copy color: '#B1CEDF'

red 177 ◦ green 206 ◦ blue 223

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

Shades of Light Blue #B1CEDF

Tints of Light Blue #B1CEDF

RGB

 RED value IS 177 (69.53% from 255) = 29.21%

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

 BLUE value IS 223 (87.5% from 255) = 36.8%

R = 29.21%
G = 33.99%
B = 36.8%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1CEDF (or 0xB1CEDF) is known color: Light Blue. HEX triplet: B1, CE and DF. RGB value is (177,206,223). Sum of RGB (Red+Green+Blue) = 177+206+223=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEDF is #4E3120. Grayscale: #C7C7C7. Windows color (decimal): -5124385 or 14667441. OLE color: 14667441.

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

Color convert

RGB 177 206 223 -
CMYK 0.21 0.08 0 0.13
HSL 202.17º 0.42% 0.78% -
HSV(B) 202.17º 0.21% 0.87% -
XYZ 53.52 58.82 78.34 -
YUV 199.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 177 206 223 0.21 0.08 0 0.13 202.17 0.42 0.78
Hex B1 CE DF 15 8 0 D CA 2A 4E
Octal 261 316 337 25 10 0 15 312 52 116
Binary 10110001 11001110 11011111 10101 1000 0 1101 11001010 101010 1001110

Color Harmonies of #B1CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CEDF

Black with #B1CEDF

Text Example


Text Example

White with #B1CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CEDF; }

 p { color: rgb(177,206,223); }

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

background-color css

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

 a { background-color: rgb(177,206,223); }

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

border-color css

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

 span { border-color: rgb(177,206,223); }

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