Html Css Color HEX #B1DFFD Columbia Blue

📋 copy color: '#B1DFFD'

red 177 ◦ green 223 ◦ blue 253

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

Shades of Columbia Blue #B1DFFD

Tints of Columbia Blue #B1DFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.74%

R = 27.11%
G = 34.15%
B = 38.74%

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

#B1DFFD (or 0xB1DFFD) is known color: Columbia Blue. HEX triplet: B1, DF and FD. RGB value is (177,223,253). Sum of RGB (Red+Green+Blue) = 177+223+253=653 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.11% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DFFD is #4E2002. Grayscale: #D4D4D4. Windows color (decimal): -5120003 or 16637873. OLE color: 16637873.

HSL color Cylindrical-coordinate representation of color #B1DFFD: hue angle of 203.68º degrees, saturation: 0.95, 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 #B1DFFD is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 223 253 -
CMYK 0.30 0.12 0 0.01
HSL 203.68º 0.95% 0.84% -
HSV(B) 203.68º 0.3% 0.99% -
XYZ 62.25 69.21 103.01 -
YUV 212.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 177 223 253 0.30 0.12 0 0.01 203.68 0.95 0.84
Hex B1 DF FD 1E C 0 1 CC 5F 54
Octal 261 337 375 36 14 0 1 314 137 124
Binary 10110001 11011111 11111101 11110 1100 0 1 11001100 1011111 1010100

Color Harmonies of #B1DFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DFFD

Black with #B1DFFD

Text Example


Text Example

White with #B1DFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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