Html Css Color HEX #B1DDFE Columbia Blue

📋 copy color: '#B1DDFE'

red 177 ◦ green 221 ◦ blue 254

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

Shades of Columbia Blue #B1DDFE

Tints of Columbia Blue #B1DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.9%

 BLUE value IS 254 (99.61% from 255) = 38.96%

R = 27.15%
G = 33.9%
B = 38.96%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B1DDFE (or 0xB1DDFE) is known color: Columbia Blue. HEX triplet: B1, DD and FE. RGB value is (177,221,254). Sum of RGB (Red+Green+Blue) = 177+221+254=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DDFE is #4E2201. Grayscale: #D3D3D3. Windows color (decimal): -5120514 or 16702897. OLE color: 16702897.

HSL color Cylindrical-coordinate representation of color #B1DDFE: hue angle of 205.71º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1DDFE is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 221 254 -
CMYK 0.30 0.13 0 0.00
HSL 205.71º 0.97% 0.85% -
HSV(B) 205.71º 0.3% 1% -
XYZ 61.88 68.22 103.67 -
YUV 211.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 177 221 254 0.30 0.13 0 0.00 205.71 0.97 0.85
Hex B1 DD FE 1E D 0 0 CE 61 55
Octal 261 335 376 36 15 0 0 316 141 125
Binary 10110001 11011101 11111110 11110 1101 0 0 11001110 1100001 1010101

Color Harmonies of #B1DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DDFE

Black with #B1DDFE

Text Example


Text Example

White with #B1DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DDFE; }

 p { color: rgb(177,221,254); }

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

background-color css

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

 a { background-color: rgb(177,221,254); }

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

border-color css

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

 span { border-color: rgb(177,221,254); }

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