Html Css Color HEX #B1DEFA Columbia Blue

📋 copy color: '#B1DEFA'

red 177 ◦ green 222 ◦ blue 250

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

Shades of Columbia Blue #B1DEFA

Tints of Columbia Blue #B1DEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.52%

R = 27.27%
G = 34.21%
B = 38.52%

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

#B1DEFA (or 0xB1DEFA) is known color: Columbia Blue. HEX triplet: B1, DE and FA. RGB value is (177,222,250). Sum of RGB (Red+Green+Blue) = 177+222+250=649 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.27% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1DEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DEFA is #4E2105. Grayscale: #D3D3D3. Windows color (decimal): -5120262 or 16441009. OLE color: 16441009.

HSL color Cylindrical-coordinate representation of color #B1DEFA: hue angle of 203.01º degrees, saturation: 0.88, 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 #B1DEFA is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 222 250 -
CMYK 0.29 0.11 0 0.02
HSL 203.01º 0.88% 0.84% -
HSV(B) 203.01º 0.29% 0.98% -
XYZ 61.51 68.49 100.42 -
YUV 211.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 177 222 250 0.29 0.11 0 0.02 203.01 0.88 0.84
Hex B1 DE FA 1D B 0 2 CB 58 54
Octal 261 336 372 35 13 0 2 313 130 124
Binary 10110001 11011110 11111010 11101 1011 0 10 11001011 1011000 1010100

Color Harmonies of #B1DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DEFA

Black with #B1DEFA

Text Example


Text Example

White with #B1DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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