Html Css Color HEX #B1DFFC Columbia Blue

📋 copy color: '#B1DFFC'

red 177 ◦ green 223 ◦ blue 252

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

Shades of Columbia Blue #B1DFFC

Tints of Columbia Blue #B1DFFC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.2%

 BLUE value IS 252 (98.83% from 255) = 38.65%

R = 27.15%
G = 34.2%
B = 38.65%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1DFFC (or 0xB1DFFC) is known color: Columbia Blue. HEX triplet: B1, DF and FC. RGB value is (177,223,252). Sum of RGB (Red+Green+Blue) = 177+223+252=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1DFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DFFC is #4E2003. Grayscale: #D4D4D4. Windows color (decimal): -5120004 or 16572337. OLE color: 16572337.

HSL color Cylindrical-coordinate representation of color #B1DFFC: hue angle of 203.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1DFFC is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 223 252 -
CMYK 0.30 0.12 0 0.01
HSL 203.2º 0.93% 0.84% -
HSV(B) 203.2º 0.3% 0.99% -
XYZ 62.09 69.15 102.17 -
YUV 212.55 150.26 102.64 -
System Red Green Blue C M Y K H S L
Decimal 177 223 252 0.30 0.12 0 0.01 203.2 0.93 0.84
Hex B1 DF FC 1E C 0 1 CB 5D 54
Octal 261 337 374 36 14 0 1 313 135 124
Binary 10110001 11011111 11111100 11110 1100 0 1 11001011 1011101 1010100

Color Harmonies of #B1DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DFFC

Black with #B1DFFC

Text Example


Text Example

White with #B1DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DFFC; }

 p { color: rgb(177,223,252); }

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

background-color css

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

 a { background-color: rgb(177,223,252); }

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

border-color css

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

 span { border-color: rgb(177,223,252); }

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