Html Css Color HEX #B1DEFD Columbia Blue

📋 copy color: '#B1DEFD'

red 177 ◦ green 222 ◦ blue 253

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

Shades of Columbia Blue #B1DEFD

Tints of Columbia Blue #B1DEFD

RGB

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

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

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

R = 27.15%
G = 34.05%
B = 38.8%

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

#B1DEFD (or 0xB1DEFD) is known color: Columbia Blue. HEX triplet: B1, DE and FD. RGB value is (177,222,253). Sum of RGB (Red+Green+Blue) = 177+222+253=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1DEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DEFD is #4E2102. Grayscale: #D3D3D3. Windows color (decimal): -5120259 or 16637617. OLE color: 16637617.

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

Color convert

RGB 177 222 253 -
CMYK 0.30 0.12 0 0.01
HSL 204.47º 0.95% 0.84% -
HSV(B) 204.47º 0.3% 0.99% -
XYZ 61.98 68.68 102.92 -
YUV 212.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 177 222 253 0.30 0.12 0 0.01 204.47 0.95 0.84
Hex B1 DE FD 1E C 0 1 CC 5F 54
Octal 261 336 375 36 14 0 1 314 137 124
Binary 10110001 11011110 11111101 11110 1100 0 1 11001100 1011111 1010100

Color Harmonies of #B1DEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DEFD

Black with #B1DEFD

Text Example


Text Example

White with #B1DEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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