Html Css Color HEX #B0DFFC Columbia Blue

📋 copy color: '#B0DFFC'

red 176 ◦ green 223 ◦ blue 252

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

Shades of Columbia Blue #B0DFFC

Tints of Columbia Blue #B0DFFC

RGB

 RED value IS 176 (69.14% from 255) = 27.04%

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

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

R = 27.04%
G = 34.25%
B = 38.71%

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

#B0DFFC (or 0xB0DFFC) is known color: Columbia Blue. HEX triplet: B0, DF and FC. RGB value is (176,223,252). Sum of RGB (Red+Green+Blue) = 176+223+252=651 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.04% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0DFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFFC is #4F2003. Grayscale: #D4D4D4. Windows color (decimal): -5185540 or 16572336. OLE color: 16572336.

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

Color convert

RGB 176 223 252 -
CMYK 0.30 0.12 0 0.01
HSL 202.89º 0.93% 0.84% -
HSV(B) 202.89º 0.3% 0.99% -
XYZ 61.86 69.03 102.16 -
YUV 212.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 176 223 252 0.30 0.12 0 0.01 202.89 0.93 0.84
Hex B0 DF FC 1E C 0 1 CB 5D 54
Octal 260 337 374 36 14 0 1 313 135 124
Binary 10110000 11011111 11111100 11110 1100 0 1 11001011 1011101 1010100

Color Harmonies of #B0DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DFFC

Black with #B0DFFC

Text Example


Text Example

White with #B0DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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