Html Css Color HEX #B1DCEA Light Blue

📋 copy color: '#B1DCEA'

red 177 ◦ green 220 ◦ blue 234

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

Shades of Light Blue #B1DCEA

Tints of Light Blue #B1DCEA

RGB

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

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

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

R = 28.05%
G = 34.87%
B = 37.08%

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

#B1DCEA (or 0xB1DCEA) is known color: Light Blue. HEX triplet: B1, DC and EA. RGB value is (177,220,234). Sum of RGB (Red+Green+Blue) = 177+220+234=631 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.05% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DCEA is #4E2315. Grayscale: #D0D0D0. Windows color (decimal): -5120790 or 15391921. OLE color: 15391921.

HSL color Cylindrical-coordinate representation of color #B1DCEA: hue angle of 194.74º degrees, saturation: 0.58, 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 #B1DCEA is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 220 234 -
CMYK 0.24 0.06 0 0.08
HSL 194.74º 0.58% 0.81% -
HSV(B) 194.74º 0.24% 0.92% -
XYZ 58.58 66.47 87.59 -
YUV 208.74 142.25 105.36 -
System Red Green Blue C M Y K H S L
Decimal 177 220 234 0.24 0.06 0 0.08 194.74 0.58 0.81
Hex B1 DC EA 18 6 0 8 C3 3A 51
Octal 261 334 352 30 6 0 10 303 72 121
Binary 10110001 11011100 11101010 11000 110 0 1000 11000011 111010 1010001

Color Harmonies of #B1DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DCEA

Black with #B1DCEA

Text Example


Text Example

White with #B1DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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