Html Css Color HEX #B1DEF9 Columbia Blue

📋 copy color: '#B1DEF9'

red 177 ◦ green 222 ◦ blue 249

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

Shades of Columbia Blue #B1DEF9

Tints of Columbia Blue #B1DEF9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.26%

 BLUE value IS 249 (97.66% from 255) = 38.43%

R = 27.31%
G = 34.26%
B = 38.43%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B1DEF9 (or 0xB1DEF9) is known color: Columbia Blue. HEX triplet: B1, DE and F9. RGB value is (177,222,249). Sum of RGB (Red+Green+Blue) = 177+222+249=648 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.31% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1DEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DEF9 is #4E2106. Grayscale: #D3D3D3. Windows color (decimal): -5120263 or 16375473. OLE color: 16375473.

HSL color Cylindrical-coordinate representation of color #B1DEF9: hue angle of 202.5º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1DEF9 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 222 249 -
CMYK 0.29 0.11 0 0.02
HSL 202.5º 0.86% 0.84% -
HSV(B) 202.5º 0.29% 0.98% -
XYZ 61.35 68.43 99.6 -
YUV 211.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 177 222 249 0.29 0.11 0 0.02 202.5 0.86 0.84
Hex B1 DE F9 1D B 0 2 CA 56 54
Octal 261 336 371 35 13 0 2 312 126 124
Binary 10110001 11011110 11111001 11101 1011 0 10 11001010 1010110 1010100

Color Harmonies of #B1DEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DEF9

Black with #B1DEF9

Text Example


Text Example

White with #B1DEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DEF9; }

 p { color: rgb(177,222,249); }

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

background-color css

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

 a { background-color: rgb(177,222,249); }

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

border-color css

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

 span { border-color: rgb(177,222,249); }

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