Html Css Color HEX #B1DCEF Light Blue

📋 copy color: '#B1DCEF'

red 177 ◦ green 220 ◦ blue 239

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

Shades of Light Blue #B1DCEF

Tints of Light Blue #B1DCEF

RGB

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

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

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

R = 27.83%
G = 34.59%
B = 37.58%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B1DCEF (or 0xB1DCEF) is known color: Light Blue. HEX triplet: B1, DC and EF. RGB value is (177,220,239). Sum of RGB (Red+Green+Blue) = 177+220+239=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DCEF is #4E2310. Grayscale: #D1D1D1. Windows color (decimal): -5120785 or 15719601. OLE color: 15719601.

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

Color convert

RGB 177 220 239 -
CMYK 0.26 0.08 0 0.06
HSL 198.39º 0.66% 0.82% -
HSV(B) 198.39º 0.26% 0.94% -
XYZ 59.3 66.77 91.42 -
YUV 209.31 144.75 104.96 -
System Red Green Blue C M Y K H S L
Decimal 177 220 239 0.26 0.08 0 0.06 198.39 0.66 0.82
Hex B1 DC EF 1A 8 0 6 C6 42 52
Octal 261 334 357 32 10 0 6 306 102 122
Binary 10110001 11011100 11101111 11010 1000 0 110 11000110 1000010 1010010

Color Harmonies of #B1DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DCEF

Black with #B1DCEF

Text Example


Text Example

White with #B1DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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